matlab中 ??? Undefined function or method 'plus' for input arguments of type 'cell'.

日期:2014-03-28 11:07:33 人气:1

matlab中 ??? Undefined function or method 'plus' for input arguments of type 'cell'.

varargin 参数传递的是一个胞元数组,+不能直接对其运算,你要先将胞元数组更改类型为数组才行
    A+
热门评论