Info
此问题已关闭。 请重新打开它进行编辑或回答。
How can I increase the output vector of a loop from a 7 x 7 double to a 31 x 7 double?
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!