Substitute implicit dependent expressions into another one
이전 댓글 표시
Hi Everyone!
This is my first question, so sorry for mistakes!
I would like to know that is there an opportunity to substitute implicit expressions which depend on eachother into another equation?
I have these equations:
Xm1=Km*(1-dm/pm)-Xm12;
Xm12=(am1*Xm1/am21)*(Xt/(Xt+Ktstar));
Xm2=0;
Xt=Kt*(1-(dt1*Xm1-dt2*Xm12))/(pt*(1+rm12*Xm12));
and I would like to substitute into
pt*Xt*(1-Xt/Kt)*(1+rm2*Xm2+rm12*Xm12)-dt1*Xt*Xm1-dt2*Xt*Xm12
I have values for the parameters: pt Kt Ktstar rm12 dt1 dt2 pm1 pm12 Km am1 am21 dm1 dm12 am12 dm pm
Can someone please help me?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Function Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!