How to pass a parameter which is a vector of the same size as the output vector from bvp4c?
1 view (last 30 days)
Show older comments
I'm solving a system of steady equations (boundary value problem) using bvp4c .
where, are known vectors of length which is the same dimension as the output vector I want from bvp4c. How do I implement this?
4 Comments
Torsten
on 20 Nov 2018
You shouldn't decouple the system, but solve for all variables simultaneously using pdepe.
Answers (0)
See Also
Categories
Find more on Boundary Value Problems 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!