When i saved my code , I am getting this error "Undefined function 'X0' for input arguments of type 'double'". Why is that?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
ahlem sellami
el 4 de Oct. de 2016
Comentada: ahlem sellami
el 5 de Oct. de 2016
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 comentarios
Respuesta aceptada
michio
el 4 de Oct. de 2016
x0 in your code is a variable or a function? The error message says that x0 is not defined.
3 comentarios
Más respuestas (1)
Jan
el 5 de Oct. de 2016
What is "Tf" and "dT1"? Did you notice that in the header of your question the name is "X0" with an uppercase X?
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!