Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How can I increase the output vector of a loop from a 7 x 7 double to a 31 x 7 double?

1 vue (au cours des 30 derniers jours)
Dursman Mchabe
Dursman Mchabe le 7 Oct 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hi everyone, I would like to use a for loop (employing Euler method) to solve ODEs and algebraic equations. However, loop only generate a vector of 7 x 7 double, and I am expecting a 31 x 7 double vector. Also, when I plot t-vector vs y-vector, I get an error message:
Error using plot
Vectors must be the same length.
Error in EulerMethod (line 62)
plot(t,y)
For the details, I have attached the m-file (EulerMethod.m). I have also attached the functions/files that it calls, namely Hion.m, C_Bulk.m, odes.m and Parameters.m.
I thank you.

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by