MATLAB编程,imshow()函数出现错误
imread('***.bmp');
imshow(img);
出现错误提示, File: imshow.m Line: 2 Column: 1
Function definitions are not permitted at the prompt or in scripts.
显示的图片是灰白的空框,很奇怪,前段时间调试没有问题的程序。今天跑一下,出现这个错误。
难道是MATLAB安装问题。 MATLAB 函数 图片 imshow
[解决办法]
File: imshow.m Line: 2 Column: 1
Function definitions are not permitted at the prompt or in scripts.
================
已经有个内置函数叫imshow.m了,你不能写一个一模一样的名字的文件