photo

Kushal Khaitan


TCET

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

8 Domande
0 Risposte

RANK
121.599
of 301.352

REPUTAZIONE
0

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
7.335 of 21.240

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
7

ALL TIME DOWNLOAD
0

RANK

of 174.116

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to get the exact CPU usage in percentage to run a program in MATLAB?
I have *implemented* several *cryptographic algorithms* like *DES and AES* and would like to know the exact *CPU usage* and the ...

quasi 13 anni fa | 2 risposte | 0

2

risposte

Domanda


How to join the elements of char array?
I have an array with size not fixed depends on the inputs from the user. It is eg. 8X2 char array. I want to combine the array ...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


How to convert 16 X 2 char into a String?
I have a 16x2 char. the values are: 69 C4 E0 D8 6A 7B 04 30 D8 CD B7 80 70 B4 C5 ...

circa 13 anni fa | 4 risposte | 0

4

risposte

Domanda


How to modify the image by applying AES?
fid = fopen('C:\Users\Public\Pictures\Sample Pictures\Desert.jpg', 'r'); data = fread(fid, Inf, '*uint8'); fclose(fid); ...

circa 13 anni fa | 2 risposte | 0

2

risposte

Domanda


How to split data from variable??
datahex = sprintf('%02x', data); I have converted image into array named data and then converted into hexadecimal. Now I w...

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


How to convert an image for AES algorithm in Hexadecimal format input?
I know how to convert the file in byte format by using fid = fopen(FileName, 'r'); if fid == -1, error('Cannot open file'...

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


How to apply AES algorithm on Sound, Image and Video File????
Hi, I want to apply AES algorithm on sound image and video file. For that I need to convert them in text file. How should I ...

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


How to convert audio, video & image in binary outputs and vice versa (Series of 1's & 0's)?
Hey, I am implementing improved AES algorithm on Mathlab. In the begining i want to take input as image , audio , video...

circa 13 anni fa | 2 risposte | 0

2

risposte