etcann


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

Feeds

Ver por

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 12 años hace | 2 respuestas | 0

2

respuestas