matlab中出现undefined function or method ‘ max’ for input arguments of type 'sym' 不知道怎么错了
matlab中出现undefined function or method ‘ max’ for input arguments of type 'sym' 不知道怎么错了
日期:2016-01-22 08:42:17 人气:3
max不支持符号运算。说明的意思是你的max函数输入参数为 符号表达式。
max只能支持数字矩阵作为输入。