[求助]提示错误……
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)
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)