photo

Wenjie


Chalmers University of Technology

Last seen: 4年弱 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Review
  • Solver
  • Thankful Level 1

バッジを表示

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...

5年以上 前 | 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...

5年以上 前 | 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 ...

9年以上 前 | 1 件の回答 | 0

1

回答