photo

Sokna San


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to graph functions over time with a delay using MATLAB?
t =0:.1:100; x =-10*exp(-.1*t); subplot(2,2,1) plot(t,x,'linewidth',2) x1=-10*exp(-.1*t).*heaviside(t-5); subplot(2,2,2) ...

1年以上 前 | 0