photo

Sokna San


Last seen: 1 year 前 自 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 year 前 | 0