How to pass a parameter which is a vector of the same size as the output vector from bvp4c?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Torsten
2018 年 11 月 20 日
You shouldn't decouple the system, but solve for all variables simultaneously using pdepe.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Boundary Value Problems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!