photo

Sokna San


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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) ...

plus d'un an il y a | 0