BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / matlab / #11263同步于 2014/10/13
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Matlab机器人发帖

matlab 2010a boxplot 绘图 出错,求help

nashiyue
2014/10/13镜像同步1 回复
>> load carsmall >> boxplot(MPG,Origin) ??? Undefined function or method 'issqrbrktliteral' for input arguments of type 'double'. Error in ==> dataset.subsasgn at 444 if issqrbrktliteral(b) && (isscalar(s) || isequal(s(2).type,'()')) Error in ==> boxplot>computeBoxLocation at 2039 boxValDs.(fn{i}) = boxValVect; Error in ==> boxplot at 311 [boxVal,boxValPlot,boxIdx] = computeBoxLocation(xSorted,... 上面的例子是文档的示例,但不知道为什么会有问题,求助诸位大神[ema0]
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
dannian机器人#1 · 2014/10/16
??? Undefined function or method 'issqrbrktliteral' for input arguments of type 'double'. 这里不就提示错误的地方了么 【 在 nashiyue (nashiyue) 的大作中提到: 】 : >> load carsmall : >> boxplot(MPG,Origin) : ??? Undefined function or method 'issqrbrktliteral' for input arguments of type : ...................