When i saved my code , I am getting this error "Undefined function 'X0' for input arguments of type 'double'". Why is that?
1 回表示 (過去 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 で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!