Undefined function 'x0' for input arguments of type 'double'.??

Error in x0(5*n+1)=((Uh*Ah)/Ls)*((Tb0-x0(4*n))/log((Tvc-x0(4*n))/(Tvc-Tb0)));

1 件のコメント

ahlem sellami
ahlem sellami 2016 年 10 月 24 日
i try to evaluate the initial value of an unknown I named x0 (5 * n + 1) with Uh Ah Ls Tvc Tb0 n x0(4*n)are data it

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

 採用された回答

Thorsten
Thorsten 2016 年 10 月 24 日
編集済み: Thorsten 2016 年 10 月 24 日

0 投票

You try to evaluate
x0(4*n)
and it seems that x0 is not defined. It could be a variable, if 4*n is an index, or a function. But you have to define it before you can use it; same for all other variables/functions to the right of the =.

1 件のコメント

ahlem sellami
ahlem sellami 2016 年 10 月 24 日
x0(4*n) it is the initial value of t1 which already defined

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeAerospace Blockset についてさらに検索

質問済み:

2016 年 10 月 24 日

コメント済み:

2016 年 10 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by