Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

a boundary value problem

2 visualizaciones (últimos 30 días)
Zhixing Wang
Zhixing Wang el 22 de Mayo de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (1)

Alex Mcaulley
Alex Mcaulley el 22 de Mayo de 2019
Indexing in Matlab starts in 1, then:
f(:,0)
is not a valid indexing. It should be:
f(:,1)

La pregunta está cerrada.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by