photo

Nazi khan


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

10 Preguntas
0 Respuestas

CLASIFICACIÓN
67.829
of 300.799

REPUTACIÓN
0

CONTRIBUCIONES
10 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
30.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.092

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 171.134

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how gaussian kernel affects the image?
in deblurring phenomena

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas