etcann


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
201,317
of 300,765

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


a{20,20}(3,1) ??
Hi, Can I create a zero matrix of 20x20 of which element is a column vector of length 3? I was looking for something like a{2...

14 years 前 | 1 个回答 | 0

1

个回答

提问


NaN data treatment: can I get a mean f a vector including NaN?
Hello, The title says it all. Can I get a mean of a vector including NaN? For instance, a= [1 2 3 NaN 4 5] mean(a) usually ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


argmin of a vector
Hello, How can I pick up the argmin of a vector? I.e. In a vector such as a=[2 3 1 4 5], I want to pick up 1 by min(a) and a...

14 years 前 | 3 个回答 | 0

3

个回答

提问


exponential random draws and the seed
Hello, I have a question about setting a seed on random numbers. I have tried s = RandStream('mt19937ar','Seed','shuff...

14 years 前 | 3 个回答 | 0

3

个回答

提问


infinite domain uniform random number
Hello, I am wondering if I can generate a set of random numbers which are distributed uniformly in an (-\infty, \infty) domain...

14 years 前 | 2 个回答 | 0

2

个回答

提问


creating zero matrices all together!
Hi people! I want to create a bunch of zero matrices of size with no distinct regularities 3*3 5*5 9*9 and 50*50 for example. I...

14 years 前 | 2 个回答 | 0

2

个回答

提问


break command
Hello, I have a question in break command. a=zeros(30,1); a(1)=1; for i=1:29 a(i+1)=a(i)+1; if a(i)>20 ...

14 years 前 | 2 个回答 | 0

2

个回答