Clear Filters
Clear Filters

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

3 views (last 30 days)
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 Comment
Adam
Adam on 30 Sep 2016
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?

Sign in to comment.

Accepted Answer

KSSV
KSSV on 30 Sep 2016
You have to define x0, Uh, Ah,Ls, n and then run the code. You have no initialized many parameters.
  3 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!