Final value(x) given by fminimax function is coming same as the initial value (x0) passed to it?
Ältere Kommentare anzeigen
x = fminimax(fun,x0);
I have checked by changing the initial value (i.e. x0) , still initial(x0) and final(x) values are same. What may be the possible reasons for such behavior?
3 Kommentare
Stephan
am 10 Aug. 2018
Hi,
please provide your code. Is your function continuous?
priti sharma
am 11 Aug. 2018
Walter Roberson
am 11 Aug. 2018
Without code to test against, the best we can give is vague answers.
Antworten (0)
Kategorien
Mehr zu Simulink 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!