photo

Anononymous Jones


Last seen: oltre 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


I want to plot plot(t,S) , plot(t,BT), plot(t,D), plot (t,I), and plot(t,R) separately, and not together in one plot. How do you plot these graphs separately ?
figure hold on t=linspace(0,T,i+1); plot(t,S) plot(t,BT) plot(t,D) plot(t,BET) plot(t,I) plot(t,R) hold off title('S...

oltre 4 anni fa | 1 risposta | 0

1

risposta