photo

Anononymous Jones


Last seen: alrededor de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta