フィルターのクリア

plz tell me wat's the reason for this error in matlab..

1 回表示 (過去 30 日間)
supriya
supriya 2012 年 4 月 18 日
??? 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 件のコメント
Andreas Goser
Andreas Goser 2012 年 4 月 18 日
Can you post your code please?
supriya
supriya 2012 年 4 月 18 日
i hv got it!!
The input to imshow() should not be a string..nd i was trying it this way..
ei = imerode(gi,se);
imshow(ei);

サインインしてコメントする。

採用された回答

Wayne King
Wayne King 2012 年 4 月 18 日
The input to imshow() should not be a string
ei = imerode(gi,se);
imshow(ei);
  1 件のコメント
supriya
supriya 2012 年 4 月 18 日
thnxxxxxxxxxxx..:)

サインインしてコメントする。

その他の回答 (1 件)

Wayne King
Wayne King 2012 年 4 月 18 日
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
  2 件のコメント
supriya
supriya 2012 年 4 月 18 日
It's bcoz of this 1..
ei=imerode(gi,se);imshow('ei');
here gi is a grayscale image..
supriya
supriya 2012 年 4 月 18 日
plzzz help....

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by