photo

Anononymous Jones


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변