photo

Doron


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Professional Interests: First passage times of bounded walks

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
8.573
of 300.381

REPUTAZIONE
5

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
5

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 13 anni fa | 5 risposte | 1

5

risposte

Domanda


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

oltre 13 anni fa | 5 risposte | 4

5

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte