how to overcome the error

The following error shows...
Warning: CONV2 on values of class UINT8 is obsolete. Use CONV2(DOUBLE(A),DOUBLE(B)) or CONV2(SINGLE(A),SINGLE(B)) instead.
In matlab its run with only warning. But after deployment the project it shows the error and didn't make the project run. How to overcome this error

Respuestas (1)

Stephen23
Stephen23 el 18 de Sept. de 2015
Editada: Stephen23 el 18 de Sept. de 2015

0 votos

As it suggests, change the code:
conv2(double(A),double(B))

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 18 de Sept. de 2015

Editada:

el 18 de Sept. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by