photo

Nazi khan


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

10 Questions
0 Réponses

RANG
224 582
of 300 853

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
30.0%

VOTES REÇUS
0

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 319

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

0

réponse

Question


how gaussian kernel affects the image?
in deblurring phenomena

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

0

réponse