How to pass a parameter which is a vector of the same size as the output vector from bvp4c?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm solving a system of steady equations (boundary value problem) using bvp4c .
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/195801/image.png)
where,
are known vectors of length
which is the same dimension as the output vector
I want from bvp4c. How do I implement this?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/195803/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/195804/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/195806/image.png)
4 Kommentare
Torsten
am 20 Nov. 2018
You shouldn't decouple the system, but solve for all variables simultaneously using pdepe.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Boundary Value Problems finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!