a boundary value problem

I get the code like this. this is a code trying to solve a boundary value problem. without changing the parameter inside fdode() how can I fix this to solve a general boundary value problem.
WeChat Image_20190522003451.png
here is the problem error
WeChat Image_20190522003751.png

回答 (1 件)

Alex Mcaulley
Alex Mcaulley 2019 年 5 月 22 日

0 投票

Indexing in Matlab starts in 1, then:
f(:,0)
is not a valid indexing. It should be:
f(:,1)

この質問は閉じられています。

製品

リリース

R2019a

質問済み:

2019 年 5 月 22 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by