photo

Sokna San


Last seen: meer dan een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

meer dan een jaar ago | 0