Rapid Accelerator - Monte Carlo simulation

1 回表示 (過去 30 日間)
David Amor
David Amor 2015 年 12 月 8 日
回答済み: David Amor 2015 年 12 月 9 日
I followed the instructions on this blog.
When the simulations have finished, how do I observe the results from the runs?

採用された回答

David Amor
David Amor 2015 年 12 月 9 日
Two steps:
(1) Add
'SaveState','on'
To the input parameters of "sim" such that the states of the system will be logged.
simout(i) = sim(mdl,'SimulationMode','rapid',...
'RapidAcceleratorUpToDateCheck','off', ...
'RapidAcceleratorParameterSets',paramSet(i), ...
'SaveState','on');
(2) Access the saved states of the i-th simulation by
simout(i).get('xout')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMonte-Carlo についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by