필터 지우기
필터 지우기

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

조회 수: 3 (최근 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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by