i have an error in imshow

조회 수: 4 (최근 30일)
YANAMALA MANJUNATHA
YANAMALA MANJUNATHA 2022년 5월 22일
편집: DGM 2022년 5월 22일

답변 (2개)

Walter Roberson
Walter Roberson 2022년 5월 22일
There are three possibilities:
  • you might have a corrupted MATLAB installation
  • you might have a file named Image.m on your path but you are using a file system that is set to case-insensitive (which is the most common setting for NTFS file systems)
  • you might have your MATLAB installed on a DOS file system that is so very old that it predates case-sensitivity and only has uppercase file names

DGM
DGM 2022년 5월 22일
편집: DGM 2022년 5월 22일
You likely have a user-created file called image.m somewhere on the path. You can try to see what is on the path by doing
which image -all
built-in (/MATLAB/toolbox/matlab/specgraph/image)
If it shows some other non-MATLAB file, either rename it or move it off the path somewhere.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2009a

Community Treasure Hunt

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

Start Hunting!

Translated by