photo

Kushal Khaitan


TCET

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
215,764
of 301,370

평판
0

참여
8 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
7,335 of 21,243

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
7

ALL TIME 다운로드 수
0

순위

of 174,217

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


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

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

1

답변

질문


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

대략 13년 전 | 답변 수: 4 | 0

4

답변

질문


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

대략 13년 전 | 답변 수: 2 | 0

2

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

대략 13년 전 | 답변 수: 2 | 0

2

답변