photo

Elistin


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

mer än ett år ago | 0