How to run a program for three different values

1 回表示 (過去 30 日間)
Offroad Jeep
Offroad Jeep 2015 年 7 月 7 日
コメント済み: Offroad Jeep 2015 年 7 月 7 日
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
  1 件のコメント
bio lim
bio lim 2015 年 7 月 7 日
Can you upload your program?

サインインしてコメントする。

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 7 月 7 日
temp= [30,40,50]
for k=1:numel(Temp)
T=temp(k)
% add your ptogramme
end
  1 件のコメント
Offroad Jeep
Offroad Jeep 2015 年 7 月 7 日
Nice one ............ but how i can see all the graphs in one window.......

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNetworks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by