sara - MATLAB Central
photo

sara


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 10/14 to 04/25Use left and right arrows to move selectionFrom 10/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
0 个回答

排名
296,168
of 298,292

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
77.78%

收到投票数
0

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


LFSR code problem for 50 bits
am trying to run this code to calculate maximum length of 50 bit LFSR, and when i run this code it just keep on running (it neve...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to add space between matrix elements?
hi guys am working on binary matrix, and i want a code to add space between matrix elements? matrix as : 11001110;110011...

10 years 前 | 2 个回答 | 0

2

个回答

提问


how to calculate total hamming distance?
hi guys i have this code which i was running to calculate hamming distance: D = pdist(AA,'minkowski',1); D_matrix = square...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to multiply matrix vectors with one column?
if i have matrix M = [1 0 1 0; 1 0 0 1;1 1 1 0;1 1 1 1; ...] and i want to multiply each row with one cloumn B=[1 0 0 1] how to...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to calculate Galois field number system ?
hi guys i need a code to calculate the following Galois field number system for generating LFSR sequence, i want to modify thi...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to swap rows between matrix?
hi guys,,, i have two matrix A & B, and i want to swap the rows between these matrix according to their Distance. the swap sh...

10 years 前 | 1 个回答 | 0

1

个回答

提问


problem with cellular automata code?
i found this code here, and i try to initialize it with [1 0 1 1 0 1 1] but it didn't work. http://www.mathworks.com/matlabce...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to calculate element distance in a vector?
hi guys i want to calculate the difference between vector element as [0 1 1 0 1 1 0] which should give 0-1=1,1-1=0,1-0=1,0-1=1...

10 years 前 | 2 个回答 | 0

2

个回答

提问


error in OR matrix for dimension
hello i have two matrix(M & M2) one of them M have 50 row and 32 column and the second one M2 has 50 row and 10 column i want ...

10 years 前 | 1 个回答 | 0

1

个回答