필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

problem here need assistance

조회 수: 1 (최근 30일)
Nasir Qazi
Nasir Qazi 2012년 3월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
% I have a program like this
% starting guess pressure e.g P(1,1)
% line 1 some program
% //
% //
% error check if it statisfy break the program
% else
% Assume another pressure
% P(1,2) ( from a relation considering the values
% of P(1,1) as well
% go back on line 1 with this pressure and repeat the %error check if satisfy ok if not
% Another pressure
% P(1,3) and again go back with this pressure on line 1
% this P(1,3) from some relation also satisfy this
% if (log(P(1,3))-log(P(1,2)))<1
%if (log(P(1,3))-log(P(1,2)))>-1
%Pcal=P(1,3);
%else
%P(1,3)=exp(log(P(1,2))-1);
%Pcal=P(1,3);
%end
%else
%P(1,3)=exp(log(P(1,2))+1);
%Pcal=P(1,3);
%end
% Can someone help me with this please

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by