How to generate different numbers of random variables in each Monte Carlo iteration (random fields)
1 回表示 (過去 30 日間)
古いコメントを表示
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);
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Random Number Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!