Non linear equation solution by FSOLVE command
Ältere Kommentare anzeigen
Can anyone post a simple matlab program to solve two or three equations using fsolve function?
Antworten (1)
Walter Roberson
am 5 Mär. 2011
0 Stimmen
2 Kommentare
Mohammad Yunus Ali
am 5 Mär. 2011
Walter Roberson
am 5 Mär. 2011
You missed a sentence,
"Enter the initial guess
x0 = [1 1]'
Note: x0 is the TRANSPOSE of a row vector"
You did not use the transpose.
Kategorien
Mehr zu Function Creation 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!