Borrar filtros
Borrar filtros

matlab error for eacfault function

6 visualizaciones (últimos 30 días)
tamer
tamer el 7 de Mzo. de 2015
Editada: Harshit Gupta el 14 de Jul. de 2022
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 comentario
HERINIAINA RAVELONTSOA
HERINIAINA RAVELONTSOA el 13 de Ag. de 2021
Bjour atous dans quelle version de matlab utilise la fonction eacfault

Iniciar sesión para comentar.

Respuestas (2)

Geoff Hayes
Geoff Hayes el 7 de Mzo. de 2015
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 el 14 de Jul. de 2022
Editada: Harshit Gupta el 14 de Jul. de 2022
Kindly refer to my answer here.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by