필터 지우기
필터 지우기

matlab error for eacfault function

조회 수: 18 (최근 30일)
tamer
tamer 2015년 3월 7일
편집: Harshit Gupta 2022년 7월 14일
please help me to use eacfault function in mat lab 7.9.0 R2009b because when i use it in m-file mat lab error Undefined function or method 'eacfault' for input arguments of type 'double'
  댓글 수: 1
HERINIAINA RAVELONTSOA
HERINIAINA RAVELONTSOA 2021년 8월 13일
Bjour atous dans quelle version de matlab utilise la fonction eacfault

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

답변 (2개)

Geoff Hayes
Geoff Hayes 2015년 3월 7일
Tamer - the error message could be telling you that you don't have this function. In the Command Window type
which eacfault -all
to find the location of this file within your MATLAB search path. If you don't have this function, then you will see something like
'eacfault' not found.
If you see the above but do have the file, then you will have to add the folder (where this file can be found) to the MATLAB search path.
As an aside, how are you using/calling this function? Is this the same function that can be found on the FEX at http://www.mathworks.com/matlabcentral/fileexchange/40818-power-system-analysis?

Harshit Gupta
Harshit Gupta 2022년 7월 14일
편집: Harshit Gupta 2022년 7월 14일
Kindly refer to my answer here.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by