How to run ode45 for various parameter depending on the output of the solver
1 次查看(过去 30 天)
显示 更早的评论
I have written a code to solve 8 coupled ordinary differential equations using ode45. I am solving for positions(x,y) of a particle in 2D coordinates.I also a have a gradient value matrix of two variable parameters which are changing depending on the positions of the particle transport. Those values are simulated to another software and exported to matlab as a matrix. My problem is how can I change the parameter values depending on the output I got from ode45 and calculate positions? I can calculate and run the code for constant parameter which is not changing depending on the positions but what can i do if i want to change them?
Any help would be highly appreciated?
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!