photo

Wenjie


Chalmers University of Technology

Last seen: etwa 4 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

All
  • First Review
  • Solver
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 5 Jahre vor | 1

Frage


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

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort