How to run a program for three different values

1 次查看(过去 30 天)
Hi to all the Users,
My question is that I made a program and calculated the value with some temperature T=20 got the graph and all stuff. How i can run the same program for T = 30,40,50. Thanks

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2015-7-7
temp= [30,40,50]
for k=1:numel(Temp)
T=temp(k)
% add your ptogramme
end

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Directed Graphs 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by