Ode45 out matrix dimension error!!

1 vue (au cours des 30 derniers jours)
Mo BO
Mo BO le 18 Mai 2016
Commenté : Mo BO le 18 Mai 2016
function [ dot ] = Untitled2( t,var )
dot=[var(1); var(2)*9.81*-1/0.2];
end
The output from workspace
instead of 45*2 and t 45*1

Réponse acceptée

Walter Roberson
Walter Roberson le 18 Mai 2016
Please show your call to ode45.
I suspect you used
[s, t] = ode45(.....)
instead of
[t, s] = ode45(.....)
  1 commentaire
Mo BO
Mo BO le 18 Mai 2016
thank you ,it worked well

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by