필터 지우기
필터 지우기

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

채택된 답변

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