Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How can i hide the text in cover image.

1 view (last 30 days)
Sanjeeb Behera
Sanjeeb Behera on 14 Sep 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
Here i have hiddenstring = 'string' that i going to hide in the 1st bit plane of cover image
I1 = dec2bin(uint8(hiddenstring)); II = I8*128+I7*64+I6*32+I5*16+I4*8+I3*4+I2*2+I1;
but it gives an error ??? Error using ==> plus Integers can only be combined with integers of the same class, or scalar doubles.
Error in ==> Spatial_thesis at 27 II = I8*128+I7*64+I6*32+I5*16+I4*8+I3*4+I2*2+I1;

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!