write matlab program to find minimum value of function x(x-1.5)using interval halving method .take initial interval to be(-1,4) and e=0.01 plot the length of interval vs the iteration number also
Ältere Kommentare anzeigen
write matlab program to find minimum value of function x(x-1.5)using interval halving method .take initial interval to be(-1,4) and e=0.01 plot the length of interval vs the iteration number also
2 Kommentare
Walter Roberson
am 4 Sep. 2020
... And remember that MATLAB has absolutely no implied multiplication. x(x-1.5) would be an attempt to index x at location x-1.5
Rik
am 4 Sep. 2020
Regarding your flag ("can u provide code for that"): read the link Walter posted. You should also post your comments as comments instead of flags.
Antworten (0)
Kategorien
Mehr zu Stateflow 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!