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!
