photo

Mohammed alfath Ahmed


Last seen: 5년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
154,320
of 301,540

평판
0

참여
7 질문
0 답변

답변 채택
14.29%

획득한 표
0

순위
 of 21,319

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,260

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Explorer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

2

답변

질문


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

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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)) ...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


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); ...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


Hi I need a Simple 3 lsb for audio steganography

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 2 | 0

2

답변