如何在Matlab中绘图时解决错误?

时间:2018-03-17 02:30:53

标签: linux matlab ubuntu-14.04

我试图在MATLAB版本9.4(R2018a)中绘图。我尝试了以下代码(这里以https://www.mathworks.com/help/matlab/ref/plot.html为例)

x=0:pi/100:2*pi; 
y=sin(x);
plot(x,y)

但是我收到了以下错误:

没有合适的方法,财产或字段'类型' for class' matlab.graphics.GraphicsPlaceholder'。

newplot中的错误> ObserveAxesNextPlot(第134行)

if~strcmp(fig.Type,' figure')

newplot出错(第89行)

ax = ObserveAxesNextPlot(ax,hsave);

我的操作系统是Ubuntu 14.04

你能帮我解决这个问题吗?

0 个答案:

没有答案