Error in running the code
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a code below for lsb replacement hiding text in image ,while running i ger error as
Undefined function or method 'fun' for input arguments of type 'uint8'.
Error in ==> lsbmr_grey at 146
y=fun(xi,yi); % calling function
code is
please assis
댓글 수: 1
Sabarinathan Vadivelu
2012년 12월 22일
편집: Sabarinathan Vadivelu
2012년 12월 22일
y=fun(xi,yi);
I cant find this line in the code u referred
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!