Borrar filtros
Borrar filtros

Unrecognized function or variable 'identSFO'

1 visualización (últimos 30 días)
Arrissa Athirah Abdul Quddus
Arrissa Athirah Abdul Quddus el 29 de Sept. de 2022
Movida: Cris LaPierre el 29 de Sept. de 2022
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 comentarios
Walter Roberson
Walter Roberson el 29 de Sept. de 2022
identSFO is not on your MATLAB path

Iniciar sesión para comentar.

Respuestas (1)

Cris LaPierre
Cris LaPierre el 29 de Sept. de 2022
Movida: Cris LaPierre el 29 de Sept. de 2022
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:

Categorías

Más información sobre Graphics Objects en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by