MATLAB 中MAX的用法
>>a={123;345;678};>>b=max(a)???Undefinedfunctionormethod'max'forinputargumentsoftype'...
>> a={1 2 3;3 4 5;6 7 8 };
>> b=max(a)
??? Undefined function or method 'max' for input arguments of type 'cell'.
为什么会出现错误? 展开
>> b=max(a)
??? Undefined function or method 'max' for input arguments of type 'cell'.
为什么会出现错误? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询