Feeds
질문
ode 45 erroe undefined argument...
i get this error: Undefined function or variable 't'. for this code: function dy=doub(t,y) dy=zeros(4,1); dy(1)=y(2); dy(2...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
what should i do for ode45 am in a hurry and need it so much!!!
i wrote this code like what matlabs own example saye/; function dy=doub(t,y) dy=zeros(4,1); dy(1)=y(2); dy(2)=(-0....
대략 10년 전 | 답변 수: 1 | 0