The outputs of fsolve function are complex
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all! I use the fsolve function by incorperating a interpreted matlab function block.The outputs of fsolve function are complex and the iteration is rather slow, but my expectation is real number, so what's the problem, how can i debug it?
0 Kommentare
Akzeptierte Antwort
Youssef Khmou
am 10 Mai 2013
Bearbeitet: Youssef Khmou
am 10 Mai 2013
hi,
it depends on the input function, for example the solution may contain a logarithm of negative value which is complex number,
you can use the 'abs' or 'real' function to the output.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Robotics 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!