photo

Nazi khan


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
166,324
of 301,020

평판
0

참여
10 질문
0 답변

답변 채택
30.0%

획득한 표
0

순위
 of 21,135

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 172,370

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Can Anybody provides me the Matlab Code of cryptanalysis using Brute Force Attack ?
Can Anybody provides me the Matlab Code of cryptanalysis using Brute Force Attack ? i need code for assignment

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

1

답변

질문


my code is nor working..kindly help
function result = shift5(message) % decodes a message encoded with a Caesar shift % cipher of 5. Assumes message is all ...

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

1

답변

질문


what can i use in function result instead of shift5?????? it show me error regarding shift5
function result = shift5('University') % decodes a message encoded with a Caesar shift % cipher of 5. Assumes message is all u...

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

1

답변

질문


This code is not running..what is the error in this code???
% Caesar Cipher Encryption Operation % Get the Key size for encryption witht the tag ke HH = findobj(gcf,'Tag','ke'); ...

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

1

답변

질문


Generate a bit stream of 1s and 0s in Matlab, the bit stream should have a uniform random distribution. The bit stream should have a length N=100000.
N = 100000; bit_stream = randint(1,N); stem(stream); title('Random Bits stream'); xlabel('Bit'); ylabel('value'...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to remove error from this code
a = 1000; a = randi([-1 1],a,1); b= (a >= 0); bm=(a<0); b1(b)=1; b1(bm)=-1; d=b1(:); h=[1 0.25 -0.5]; ...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


how gaussian kernel affects the image?
in deblurring phenomena

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


i didn,t get any values in command window from this code
%%K=10%% a = 1000; a = randi([-1 1],a,1); b= (a >= 0); bm=(a<0); b1(b)=1; b1(bm)=-1; d=b1(:); h=[1 0.25 -0.5]; c=conv...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to remove error in this code?
%%K=10%% a = 1000; a = rand([-1 1],a,1); b= (a >= 0); bm=(a<0); b1(b)=1; b1(bm)=-1; d=b1(:); h=[1 0.25...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Filter command doesnot work here. what can i do?
n = 1000; n = randi([-1 1],n,1); j= (n >= 0); jm=(n<0); j1(j)=1; j1(jm)=-1; dataIn=j1(:); h=[1 -0.5 0.25]...

거의 10년 전 | 답변 수: 0 | 0

0

답변