plz tell me wat's the reason for this error in matlab..
Mostrar comentarios más antiguos
??? Error using ==> getImageFromFile at 14 Cannot find the specified file: "ei"
Error in ==> imageDisplayParseInputs at 74 [common_args.CData,common_args.Map] = ...
Error in ==> imshow at 199 [common_args,specific_args] = ...
2 comentarios
Andreas Goser
el 18 de Abr. de 2012
Can you post your code please?
supriya
el 18 de Abr. de 2012
Respuesta aceptada
Más respuestas (1)
Wayne King
el 18 de Abr. de 2012
0 votos
I think you should provide more information than this, like what specific MATLAB function call is throwing the error.
The root cause appears that the file "ei" cannot be found.
What is the name of the file you are trying to open and is the folder that file is in located on the MATLAB search path?
Use addpath or pathtool to add the folder
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!