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.
1 次查看(过去 30 天)
显示 更早的评论
Hmax = [.2 .25 .284 .35]; % Maximum length Tmax = [20 40 60 80]; % Maximum time(hrs) u = [.1 .25 .5 1.25];% Advection velocity rhop=10; eps=0.58; kf=1.738*10^(-2); ap=0.95; Ce=1722; Co=[500 1000 1500 1900 2000 2500];
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 View and Analyze Simulation Results 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!