Community Profile

photo

tafa


2016 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How do i plot graphs while varying some constants?for example I would like to plot multiple graphs while varying the velocity on one graph...and i also want to do the same thing with the maximum length and also the times.
Hmax = [.2 .25 .284 .35]; % Maximum length Tmax = [20 40 60 80]; % Maximum time(hrs) u = [.1 .25 .5 1.25];% Advection velocity...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


Matlab is giving me multiple graphs and i'm only interested in one of them...How do i filter out the unnecessary curves that matlab is giving me?
figure(6) set(gcf,'renderer','zbuffer'); plot(time,C/Co,'-') title('Break Through Curve') xlabel('t') ylabel('C/Co')

8年弱 前 | 1 件の回答 | 0

1

回答