在Matlab中绘制2轴上多种类型的多个图形

时间:2015-10-06 15:46:31

标签: matlab plot data-visualization

我正在尝试创建复杂图,其中左侧有2个数据系列,条形图形式,右侧有两个数据系列,以折线图的形式。 Matlab方便地提供了plotyy函数,它应该做我正在尝试的事情。

>> line=[linegraph1 linegraph2]  
>> bar=[bargraph1 bargraph2]
>> [hAx,hBar1,hLine2]=plotyy(dates,bar,dates,line,'bar','plot');

执行此代码会出现以下错误。

Not enough input arguments.

0 个答案:

没有答案