Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can i hide the text in cover image.

1 次查看(过去 30 天)
Sanjeeb Behera
Sanjeeb Behera 2016-9-14
关闭: MATLAB Answer Bot 2021-8-20
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;

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by