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)));
0 个评论
采纳的回答
michio
2016-10-4
x0 in your code is a variable or a function? The error message says that x0 is not defined.
3 个评论
更多回答(1 个)
Jan
2016-10-5
What is "Tf" and "dT1"? Did you notice that in the header of your question the name is "X0" with an uppercase X?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spatial Search 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!