Unrecognized function or variable 'X0'.
古いコメントを表示
when i run the command it says "Unrecognized function or variable 'X0'." I need help. Thank you
[X, FVAL]= FSOLVE(@mintafun,X0,options),
4 件のコメント
Dyuman Joshi
2023 年 5 月 26 日
You need to define x0 and options outside of the ODE function.
And the function is fsolve in lower case. Also, there are multiple typos in your code (bracket misplaced, multiplication or division sign missing, etc) check out for them.
Bismark
2023 年 5 月 26 日
Stephen23
2023 年 5 月 26 日
"x0 =[10, 4 6 , etc] in the code"
x0 is not the same as X0
Bismark
2023 年 5 月 26 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Windows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!