필터 지우기
필터 지우기

Unrecognized function or variable 'identSFO'

조회 수: 1 (최근 30일)
Arrissa Athirah Abdul Quddus
Arrissa Athirah Abdul Quddus 2022년 9월 29일
이동: Cris LaPierre 2022년 9월 29일
Hi, i'm not sure how to fix it cuz ive been trying for few hours but this is my code and my command window
>> t=[0:15:180]';
>> Xe=[0.165
0.163
0.165
0.165
0.16
0.157
0.158
0.151
0.144
0.143
0.14
0.138];
>> Xe=[0.217
0.165
0.163
0.165
0.165
0.16
0.157
0.158
0.151
0.144
0.143
0.14
0.138];
>> K0i=0;
>> [K,Kp,Tp,Tb,q,J,eflag,Rst]=identSFO(t,Xe,K0i);
Unrecognized function or variable 'identSFO'.
  댓글 수: 2
Walter Roberson
Walter Roberson 2022년 9월 29일
identSFO is not on your MATLAB path

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

답변 (1개)

Cris LaPierre
Cris LaPierre 2022년 9월 29일
이동: Cris LaPierre 2022년 9월 29일
Your files must be either in your current foloder, or in a folder added to your MATLAB path for you to be able to call them. See here:

카테고리

Help CenterFile Exchange에서 Graphics Objects에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by