photo

Nazi khan


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
224,601
of 300,871

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
30.0%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,460

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


how gaussian kernel affects the image?
in deblurring phenomena

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答