Wenjie
Chalmers University of Technology
Followers: 0 Following: 0
統計
All
Feeds
回答済み
How to find zeros of a function?
I've found the solution. First, define the function in a separate file as function y = fun(x) y = x.^2-4; end Then use fzero...
How to find zeros of a function?
I've found the solution. First, define the function in a separate file as function y = fun(x) y = x.^2-4; end Then use fzero...
約6年 前 | 1
質問
How to find zeros of a function?
For instance, x = -3.55:0.1:3.55; y = x.^2 - 4; Obviously, when x=2 or -2, y=0. But I want to know how to use matlab to fin...
約6年 前 | 3 件の回答 | 0
3
回答質問
use matlab to process a txt file
The situation is this. There is a txt file generated by a scientific software containing lots of information line by line. Some ...
10年弱 前 | 1 件の回答 | 0