How to replicate a matlab procedure

2 ビュー (過去 30 日間)
Andrew Poissant
Andrew Poissant 2017 年 3 月 20 日
回答済み: Roger Stafford 2017 年 3 月 23 日
I currently have a matlab monte carlo simulation that includes multiple for loops. What I want to do is execute the exact same code twice and record a specified value for both of the runs. Is there an easy command or way to do this?
  2 件のコメント
James Tursa
James Tursa 2017 年 3 月 20 日
It isn't clear why you simply can't run the code again. What can't you run the code, record a value, and then run the code again?
Dhruvesh Patel
Dhruvesh Patel 2017 年 3 月 23 日
Your question seems a bit vague. It would be nice if you could provide a small example scenario which depicts your requirement and even better if it is accompanied by some code.

サインインしてコメントする。

回答 (1 件)

Roger Stafford
Roger Stafford 2017 年 3 月 23 日
@Andrew. You state that you are doing a Monte Carlo simulation. That is perhaps the reason why you have been unable to duplicate results, since randomness is involved. If that is the trouble, you should use the rng(seed) before each run to duplicate results.

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by