Effacer les filtres
Effacer les filtres

how to overcome the error

2 vues (au cours des 30 derniers jours)
ajith
ajith le 18 Sep 2015
Modifié(e) : Stephen23 le 18 Sep 2015
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

Réponses (1)

Stephen23
Stephen23 le 18 Sep 2015
Modifié(e) : Stephen23 le 18 Sep 2015
As it suggests, change the code:
conv2(double(A),double(B))

Catégories

En savoir plus sur Software Development Tools dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by