Convolution built-in function
Mostrar comentarios más antiguos
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 comentarios
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
el 19 de Abr. de 2017
Editada: abdou sakr
el 19 de Abr. de 2017
John D'Errico
el 19 de Abr. de 2017
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
