When i saved my code ? I am getting this error "Undefined function 'X0' for input arguments of type 'double'". Why is that?

3 次查看(过去 30 天)
Tb0 =100;
Tvc =110;
% initialisation du débit de la vapeur de chauffage (Mvc) en [kg/s]
x0(5*n+1)=((Uh*Ah)/Ls)*((Tb0-x0(4*n))/log((Tvc-x0(4*n))/(Tvc-Tb0)));
help please!!

采纳的回答

KSSV
KSSV 2016-9-30
You have to define x0, Uh, Ah,Ls, n and then run the code. You have no initialized many parameters.
  3 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by