modelling of equations in matlab

조회 수: 1 (최근 30일)
vishnuvardhan naidu tanga
vishnuvardhan naidu tanga 2019년 12월 3일
편집: vishnuvardhan naidu tanga 2019년 12월 3일
hello every one, i am trying to model a equations in matlab/simulink. can some one tell me how to model these equations in simulink as matlab function.
dT_out/dt = (1/(M*C_v))*((M*C_pin*T_in)-(M_out*C_pout*T_out)-(M_in*C_v*T)+(M_out*C_v*T)-(P_in*(dV/dt)));
dP_out/dt = (R/V)*(1/C_v)*((M*C_pin*T_in)-(M_out*C_pout*T_out)-(P_in*(dV/dt)))-((P_in*R)*(dV/dt));
here V is a constant where it has to be differentiated. i tried to model these but i am unable to model those. thank you in advance.
with regards

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by