Need solution of coupled ordinary differential equation

댓글 수: 4

The ODE integrator is never called.
For i=1, you set sigmadotprev(i)=0 and you want to call ODE15I only if sigmadotprev(i)>0
(
if siprev(i)>=sicrs && siprev(i)<=sicrf && Tprev(i)<=Mf && sigmadotprev(i)>0
...
else
end
)
yeah I did a typing mistake ... it is 10. Even when it is 10, its giving errors
You did not assign values to all the global variables you use in "martensiteMsigma". That's why res(1) is empty.
yeah ...thank you its resolved now..

댓글을 달려면 로그인하십시오.

답변 (1개)

nisha bhatt
nisha bhatt 2019년 7월 4일

0 개 추천

And in this system i have not written dzdt equations because for the next iteration, its value depends on solution of ode15i. I tried to run it for first iteration but the above mentioned error keeps coming.

카테고리

제품

릴리스

R2018b

질문:

2019년 7월 4일

편집:

2019년 7월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by