大家好,初学matlab,用到wtc-r16工具包,其中在使用wtc(x, y, 'mcc' , 0)后提示出现错误。具体情况如下:
我用的是help里面的例子:>> t=1:200;wtc(sin(t),sin(t.*cos(t*.01)),'ms',16)
结果
warning: The 'v6' argument to COLORBAR is deprecated, and will no longer be supported in a
future release.
> In colorbarHGUsingMATLABClasses (line 52)
In colorbar (line 52)
In wtc>safecolorbar (line 251)
In wtc (line 197)
Undefined operator '*' for input arguments of type 'matlab.graphics.axis.Axes'.
Error in arrow (line 406)
Error in phaseplot (line 48)
h=arrow([x-dx y-dy],[x+dx y+dy],varargin{:});
Error in wtc (line 215)
phaseplot(t(tidx),log2(period(pidx)),aaa(pidx,tidx),Args.ArrowSize,Args.ArrowHeadSize);
做出来的图里面也没有箭头,请教大神们,问题出在哪里?谢谢。