在用Matlab仿真时出现以下问题 怎么改啊 Undefined function or method 'conv2' for input arguments of type 'char'.Error in ==> conv at 40c = conv2(a(:),b(:),shape);

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/27 13:40:32
在用Matlab仿真时出现以下问题 怎么改啊 Undefined function or method 'conv2' for input arguments of type 'char'.Error in ==> conv at 40c = conv2(a(:),b(:),shape);

在用Matlab仿真时出现以下问题 怎么改啊 Undefined function or method 'conv2' for input arguments of type 'char'.Error in ==> conv at 40c = conv2(a(:),b(:),shape);
在用Matlab仿真时出现以下问题 怎么改啊
Undefined function or method 'conv2' for input arguments of type 'char'.
Error in ==> conv at 40
c = conv2(a(:),b(:),shape);

在用Matlab仿真时出现以下问题 怎么改啊 Undefined function or method 'conv2' for input arguments of type 'char'.Error in ==> conv at 40c = conv2(a(:),b(:),shape);
参数shape应该指明是'full' 、'same'还是'valid'