Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can i hide the text in cover image.

1 Ansicht (letzte 30 Tage)
Sanjeeb Behera
Sanjeeb Behera am 14 Sep. 2016
Geschlossen: MATLAB Answer Bot am 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;

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by