필터 지우기
필터 지우기

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개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by