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)
Show older comments
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)
Answers (1)
Arnaud Miege
on 26 May 2011
0 votes
The error/warning message is pretty self-explanatory. ode45 is not an appropriate solver for physical networks. Use ode23t or ode15s instead.
HTH,
Arnaud
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!