when i ran my simulink program i faced the error .please give the solution of this error :Solver ode45 is not supported by Physical Networks. Select one of these solvers: ode23t, ode15s or ode14x (fixed-step)
古いコメントを表示
when i ran my simulink program i faced the error .please give the solution of this error :Solver ode45 is not supported by Physical Networks. Select one of these solvers: ode23t, ode15s or ode14x (fixed-step)
回答 (1 件)
Arnaud Miege
2011 年 5 月 26 日
0 投票
The error/warning message is pretty self-explanatory. ode45 is not an appropriate solver for physical networks. Use ode23t or ode15s instead.
HTH,
Arnaud
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!