Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How can i hide the text in cover image.

1 visualizzazione (ultimi 30 giorni)
Sanjeeb Behera
Sanjeeb Behera il 14 Set 2016
Chiuso: MATLAB Answer Bot il 20 Ago 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;

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by