Can I use numeric::odesolve as a replacement to ode45?
Show older comments
I am using ode45 to solve nonlinear differential equations. Can I use numeric::odesolve with CK45 as a substitute to ode45?. I did not find any material on using odesolve with Cash Karp as a replacement to ode45. Is there any differences in the inputs that has to be given to ode45 and CK45 in numeric odesolve?. Is there any thing which has to be kept in mind while converting the ode45 statement to CK45 numeric odesolve? Any inputs on this will be highly appreciated.
Accepted Answer
More Answers (3)
srikumar C Gopalakrishnan
on 12 Nov 2016
Edited: Walter Roberson
on 12 Nov 2016
srikumar C Gopalakrishnan
on 12 Nov 2016
Edited: Walter Roberson
on 12 Nov 2016
1 Comment
srikumar C Gopalakrishnan
on 12 Nov 2016
Edited: srikumar C Gopalakrishnan
on 13 Nov 2016
srikumar C Gopalakrishnan
on 13 Nov 2016
0 votes
4 Comments
srikumar C Gopalakrishnan
on 13 Nov 2016
Edited: srikumar C Gopalakrishnan
on 13 Nov 2016
Karan Gill
on 21 Nov 2016
Why do you need to use numeric::odesolve? Why isn't ode45 good enough?
Walter Roberson
on 21 Nov 2016
User needs to specifically compare with Cash Karp which the numeric ode routines do not support.
srikumar C Gopalakrishnan
on 23 Nov 2016
Categories
Find more on Numeric Solvers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

