フィルターのクリア

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)));
help please!!
  1 件のコメント
Adam
Adam 2016 年 9 月 30 日
This clearly isn't all your code else it won't run for very obvious reasons. Is x0 defined somewhere as a function or is it an array?

サインインしてコメントする。

採用された回答

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 件のコメント
KSSV
KSSV 2016 年 9 月 30 日
There is no x0, Uh, Ah,Ls, n defined in the code...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by