photo

Elistin


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

2 years 前 | 0