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 .
![](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
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!