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