Community Profile

photo

Mohammed alfath Ahmed


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 1

View badges

Feeds

View by

Question


When i run this code i get error using dec2bin (too many input arguments).
text='hi' ; A=dec2bin(text, 8);

4 years ago | 1 answer | 0

1

answer

Question


Hi evryone can You help me with this code, i need to seperate this code in order to embed and extract text in and from image by using DCT, thanks in advance
M = input('\nEnter message: ','s'); x=length(M); c=0; for j= 1:x for i=0:122 if strcmp(M(j),char(i)) ...

4 years ago | 0 answers | 0

0

answers

Question


Hi am applying DCT based image steganography and i got error in line 21
% Compression jk=8; block_size=jk; mask_size=jk; I1 = imread('test.jpg'); imwrite(I1,'32.jpg'); I1=im2double(I1); ...

4 years ago | 0 answers | 0

0

answers

Question


Hi I need a Simple 3 lsb for audio steganography

4 years ago | 0 answers | 0

0

answers

Question


I wanna save text as txt file in my desktop or any location I choose
Text='hello' [file, path] =uiputfile('text. Txt')

4 years ago | 1 answer | 0

1

answer

Question


How I can solve, index exceeds matrix dimensions
The error appears in this line(fprintf('\t%d',c1(o)))

4 years ago | 2 answers | 0

2

answers