![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3334710_1522095106760_DEF.jpg)
Doron
Followers: 0 Following: 0
Professional Interests: First passage times of bounded walks
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
8.175
of 297.016
REPUTACIÓN
5
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
creating a vector of independent random cauchy variables...
I would like to create a "1000000 length" vector of cauchy random variables... The code for one cauchy random variable, x, is...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Uniques giving duplicates (unresolved)
I created a matrix P, and I incremented the values in first column using a for loop... "for X = 0.9:0.025:1..." After plot...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
"uniques" giving duplicates... Matlab adding a tiny sum?
When I look for the unique values of P in column 1, i get a duplicated 0.975... Somewhere along the line, Matlab probably dec...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Why is vertcat slowing things down?
In the code below, 10,000 repetitions takes 2 seconds... and 100,000 repetitions takes 60 seconds! (I was expecting 20 second...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Does "sortrows" not work with a semicolon?
Could someone clarify this issue I am having? I tried to sort the rows of a matrix by the first column (in descending order)....
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
changing the style in a loop with hold all...
In a loop, "hold all" successively changes the colour of the lines in a plot... But, this is not so useful to me because: ...
casi 13 años hace | 5 respuestas | 1
5
respuestasPregunta
How do I create a legend and include loop variable values in the labels?
I created the matrix P with 400 rows, 3 columns (which I call X, Y and Z). The variables in each row are related by a simple ...
casi 13 años hace | 5 respuestas | 4
5
respuestasPregunta
Splitting a matrix into smaller matrices...
I have a matrix 1000x3 matrix P which can be generated with the following code: (I call the columns of P: X, Y and Z) P =...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating a new variable in each iteration...
I want to create a new variable in each iteration of a for loop... x_1, x_2, x_3, etc... up to x_50 count = 0; for i = ...
casi 13 años hace | 2 respuestas | 0