Community Profile

photo

Wenjie


Chalmers University of Technology

Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Answered
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 years ago | 0

Question


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 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer