photo

Kushal Khaitan


TCET

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
0 个回答

排名
121,705
of 301,344

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
7,335 of 21,239

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
7

ALL TIME 下载次数
0

排名

of 174,068

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答