Error in running the code
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Sabarinathan Vadivelu
am 22 Dez. 2012
Bearbeitet: Sabarinathan Vadivelu
am 22 Dez. 2012
y=fun(xi,yi);
I cant find this line in the code u referred
Antworten (0)
Siehe auch
Kategorien
Mehr zu Import, Export, and Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!