Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
zzoorroo said:hi
i really need a program that make a watermarking in an image by any algorithm using Matlab.:?:
First of all here is my watermarking code as well as the code from the hidden bits web site.zzoorroo said:hi
thanks for replying....
i need to convert a matrix like b=[1 2 3;4 5 6;7 8 9] to a vector like
b=[1;2;3;4;5;6;7;8;9] without using reshape because when i use this command an error appear when i write this code:
message=round(reshape(message,Mm*Nm,1)./256);
the error is:
??? Error using ==> reshape
To RESHAPE the number of elements must not change.
hope you can help me..
thanks
bye.