Effacer les filtres
Effacer les filtres

How to generate different numbers of random variables in each Monte Carlo iteration (random fields)

1 vue (au cours des 30 derniers jours)
Hello
I am modeling random fields in each monte carlo simulation. In this regard, I am usnig the mvnrnd command to generate dependent random variables in each iteration. However, the number of random variables changes in each iteration. How can i consider this matter in the below code?
c= mvnrnd(mu, sigma ,n);

Réponses (1)

Salman Ahmed
Salman Ahmed le 2 Sep 2021
Modifié(e) : Salman Ahmed le 2 Sep 2021
Hi Pooneh,
The number of random variables will change if the sizes of mu and Sigma or the value of n changes during the iterations. Try clearing the variable c using clear and reassigning with your defaults at the start of an iteration. If you wish to store the values of c, refer the link here.

Catégories

En savoir plus sur Curve Fitting Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by