have to find a code to do 9 iterations
f1(p1)=561+7.92(p1)+0.00156(p1)^2 $/h
f2(p2)=310+7.85(p2)+.0.00194(p2)^2 $/h
f3(p3)=78+7.97(p3)+0.00482(p3)^2 $/h
Ploss=0.00004(p1)^2+0.00006(p2)^2
inital conditions:
p1=400
p2=300
p3=150

 채택된 답변

Thorsten
Thorsten 2014년 12월 2일

0 개 추천

p1=400
p2=300
p3=150
for i=1:9
% place your code here
end

댓글 수: 3

scott p
scott p 2014년 12월 2일
i have that part thank you i am just confused on how to do the code in the middle do i just put in the functions above?
Thorsten
Thorsten 2014년 12월 3일
Yes.
so far i have this
p1=400;
p2=300;
p3=150;
for i=1:9
g1=.00008*(p1)
g2=.00012*(p2)
f1(p1)=561+7.92*(p1)+0.00156*(p1)^2
f2(p2)=310+7.85*(p2)+0.00194*(p2)^2
f3(p3)=78+7.95*(p3)+0.00006*(p2)^2
end

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2014년 12월 2일

댓글:

2014년 12월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by