fzero use with offset
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Simon Kreibich
am 25 Jan. 2016
Kommentiert: Simon Kreibich
am 25 Jan. 2016
Hi,
is it possible to make an offset with fzero?
I have a function where I found the root with fzero. Now I want to use the same function but with an offset and let fzero compute the root of the function + offset.
Is this possible somehow?
Thank you for your help.
1 Kommentar
Torsten
am 25 Jan. 2016
Define a new function to be your old function plus the offset and call fzero again with this new function.
Best wishes
Torsten.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Call Web Services from MATLAB Using WSDL finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!