photo

Elistin


Last seen: más de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to plot phase plane in MATLAB?
fonction ma_phase() [~,X] = ode45(@EOM,[0 50],[1 1]); u = X(:,1); w = X(:,2); parcelle(u,w) xlabel( 'u' ) ylabel( 'w' ) l...

más de 1 año hace | 0