Question


how can i create a .txt file from vectors with different length?
I need to create a txt file with vector having different lenght. I wrote this code but the position of each cell is changed. ...

5 years ago | 1 answer | 0

1

answer

Question


how can i select a specific color threshold in a image?
i'm trying to select all the black pixels of some white-black tiff images. I have the code below: fontSize = 20; imagefi...

5 years ago | 0 answers | 0

0

answers

Question


how to create a scatter plot and add contourlines for a specific level
I have to create a scatter plot from a copulapdf command and adding contourlines for the level [0.1:0.1:0.9]. I wrote this scrip...

5 years ago | 1 answer | 0

1

answer

Question


how to compute a for cycle in copulapdf varying nu parameter from 1 to 8
I have to use copulapdf command and create different figures from it, varying the parameter nu from 1 to 8. The code for the cop...

5 years ago | 1 answer | 0

1

answer

Question


Generate data from Gumbel distribution with evrnd (location parameter = 2 and a scale parameter =3) and fitting data with method of moments
Hi to all! i have to generate data from Gumbel distribution with evrnd (location parameter = 2 and a scale parameter =3) and plo...

5 years ago | 0 answers | 0

0

answers

Question


Error when generating a for loop with unifrnd
I have to generate 1000 times 12 numbers with values between 0 and 6. I've tried to write this scrpt but there is an error: ...

6 years ago | 1 answer | 0

1

answer

Question


how can i create 12 monthly maxima from a uniform distribution between 0 and 6? (using unifrnd)
I've tried use the function unifrnd to create for each of 12 months, a random value from 0 to six but something goes wrong. I'v...

6 years ago | 1 answer | 0

1

answer