photo

Alice Zurock


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
165,769
of 300,857

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
37.5%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I solve this question?
------------------------------------------------------------------------------------------------------------------------------...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Normally its easy to solving mean and covariance of Bernoulli Distribution but how we do when its Bernoulli Distribution vector in below Questions?
Maybe it's so easy to solve but I confused, Could anyone explain to me how can I solve these 2 questions?

5 years 前 | 0 个回答 | 0

0

个回答

已回答
To see different design and perspective, how can we redesign this code and make shorter/longer it?
% SparseLab is used here (downloaded from https://sparselab.stanford.edu/) % It can be replaced with any other sparse construct...

5 years 前 | 0

提问


To see different design and perspective, how can we redesign this code and make shorter/longer it?
Hi, I solved this problem but I want to use my code more efficient manner so, how can we make shorter my code pa...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can we make this code shorter?
function APSM figure L=200;%Dimension of the unknown vector N=3500; %Number of Data theta=randn(L,1);%Unknown parameter ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How Can you redesign this code? Same result but different structure
My Code: clear format compact close all randn('seed',0) % Definition of mu's and Sigma % Mean vectors and covariance m...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Classification result of matrix row multiplication
1- Is there any less than -1 (<-1 )or bigger than (>1) Result1 or Result2, If there is ...-3, -2 ,2,3,4... Result1 or Result2...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Creating [-1 1] matrix given length n
Hi, I want to create N length long [-1 1] matrix, For example: Length=2 Output: [ 1 1 1 -1 -1 1 -1 -1] Length = 3...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Complementary Code Keying ( 802.11b )
How can I find CCK code pairs length N on matlab? For example N = 4. Check whether [-1 -1 -1 1] obeys the requirements of CCK c...

6 years 前 | 2 个回答 | 0

2

个回答