注册 登录
编程论坛 Matlab

[求助]提示错误……

水中游 发布于 2006-06-27 16:34, 1567 次点击

clear
clc
x=[10 20 30 40 50 60];
y=[10;20;30;40;50;60];
image(x)
figure,image(y)

------------
提示错误:
??? Attempt to execute SCRIPT image as a function.

Error in ==> image at 5
image(x)

3 回复
#2
水中游2006-06-27 19:45
图像处理不行呀
怎么办?
#3
水中游2006-06-27 20:56

问题解决了!
请大家注意 的是: 不要把自己存储的m文件和matlab 的函数名重名 。我就犯了这个错误!

#4
abingchem2006-06-28 10:15

Attempt to execute SCRIPT image as a function
1