parfor Vs muliple matlab session
古いコメントを表示
I need to run my code multiple times with different parameters. What I've done so far is to open several matlab windows (until my CPU was full) and on each one I run the code with different parameters. I'm wondering if this is a good solution or whether parfor mey do a better job, especially with regard to the time consuming.
Each execution can take several hours and even one or two days.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!