another basic question for a beginner
Ältere Kommentare anzeigen
I saw the 2 forms of writing:
- fzero(f,x0)
- fsolve(@(x)f,xo)
in both cases we use symbolic function (f) before the above orders.
I am trying to understand why in the first case we could write only "f", while in the second one we had to write the whole expression "@(x)f"?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!