Convolution built-in function
显示 更早的评论
What are conv function updates as I can't run this code conv(RC,plot(amp)) without error Error: using conv2 Invalid data type. First and second arguments must be numeric or logical., Thing do not happen in version 13 !!
3 个评论
This code
conv(RC,plot(amp))
make very little sense: the function plot returns handles or lines objects. What is the possible meaning of convolution with some numeric vector? What were the output values used for?
abdou sakr
2017-4-19
编辑:abdou sakr
2017-4-19
John D'Errico
2017-4-19
That would not have worked in any rational way in version 13 either. plot will return a handle to the plot, so totally useless in terms of any convolution.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
