MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [资料]求助imshow()问题 (https://www.labfans.com/bbs/showthread.php?t=3861)

ximifly 2008-07-09 16:55

[资料]求助imshow()问题
 
这是我写的程序:

image_1=imread('D:\My Documents\My Pictures\11.jpg');
subplot(2,2,1);
imshow(image_1);
image_2=histeq(image_1);%执行直方图均衡化
subplot(2,2,2);
imshow(image_2);
subplot(2,2,3);imhist(image_1);%显示原图像直方图
subplot(2,2,4);
imhist(image_2);%显示现在图像直方图

错误:
??? Attempt to execute SCRIPT imshow as a function.
这个是什么意思?我是初学者,实在不懂,请各位知道的指导下我,谢谢!


PS:问题已解决,谢谢这里的朋友:)

mikle 2008-07-10 13:17

工具箱的路径没有设置好

angel427 2008-08-01 09:23

多谢
我也学会了一招


所有时间均为北京时间。现在的时间是 12:39

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.