MATLAB程序错误:Undefined function or method 'xlable' for input arguments of type 'char'.
MATLAB程序错误:Undefined function or method 'xlable' for input arguments of type 'char'.
日期:2018-03-11 14:00:24 人气:3
xlable('real')改成xlabel('real')
也就是m文件改成如下:
a=randn(10,10);y=eig(a);plot(y,'x')title('yao')xlabel('real')