필터 지우기
필터 지우기

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 CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by