ode15s array valued function and second order ode
1 view (last 30 days)
Show older comments
Hi ,
I have second order ode
f_xx = p(x) and Boundary conditions f(0), f(1) = 0
p(x) is an array valued function of x . Can I use ode15s to find
f(x)
or any recommendations for me.
I need to use nested function in my main code not separately defined functions for f.
I need f inside my main script I mean. Thank you
Best ,
Mewa
0 Comments
Answers (0)
See Also
Categories
Find more on Ordinary Differential Equations 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!