Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How can i hide the text in cover image.

1 visualización (últimos 30 días)
Sanjeeb Behera
Sanjeeb Behera el 14 de Sept. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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;

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by