フィルターのクリア

how to overcome the error

2 ビュー (過去 30 日間)
ajith
ajith 2015 年 9 月 18 日
編集済み: Stephen23 2015 年 9 月 18 日
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

回答 (1 件)

Stephen23
Stephen23 2015 年 9 月 18 日
編集済み: Stephen23 2015 年 9 月 18 日
As it suggests, change the code:
conv2(double(A),double(B))

カテゴリ

Help Center および File ExchangeSoftware Development Tools についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by