How to pass a parameter which is a vector of the same size as the output vector from bvp4c?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Torsten
le 20 Nov 2018
You shouldn't decouple the system, but solve for all variables simultaneously using pdepe.
Réponses (0)
Voir également
Catégories
En savoir plus sur Boundary Value Problems dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!