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!