필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
ahlem sellami
ahlem sellami 2016년 10월 24일
댓글: ahlem sellami 2016년 10월 24일
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일
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개)

카테고리

Help CenterFile Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by