댓글 수: 2

KSSV
KSSV 2021년 10월 18일
What is the question?
i have this code but i can’t seem to work in matlab and help on how to plot
for n=1:17
Tx = Tp(n); % specify which temperature to use
if Tr < 1600 % determines which values to use, reactant Ar = A(:,1); elseif Tr >= 1600 Ar = A(:,2); end
if Tp(n) < 1600 %determines which values to use, products Ap = A(:,1); elseif Tp(n) > 1600 Ap = A(:,2); end
for m=1:5
%%%%%Main Equation
dh = N((Ap + Bp*Tx + Cp*log(Tp)) - (Ar + Br*Tr + Cr*log(Tr))); % n (row) is temp, m (column) are elements
%%%%%Main Equation
end

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Oil, Gas & Petrochemical에 대해 자세히 알아보기

질문:

2021년 10월 18일

댓글:

2021년 10월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by