Running a matlab file multiple times on the same computer
古いコメントを表示
Can I run the same version of my matlab code, simultaneously, on the same computer (with different input data and input/output folders)?
My computer has 4 cores and I want to take advantage of this.
2 件のコメント
Kostas Housiadas
2019 年 4 月 20 日
Walter Roberson
2019 年 4 月 20 日
No need to use multiple copies of the code if you redirect stdin and stdout. input() the name of the input data file and output data file.
回答 (1 件)
Bob Thompson
2019 年 4 月 18 日
0 投票
Short answer is yes, it is possible, but unfortunately I am not exactly sure how to do it. If I remember the method I saw it was not done in Matlab, but rather with a cmd window executable.
If you have the parallel computing box it is possible to conduct this within Matlab itself, using parpool.
This might be helpful for running externally.
カテゴリ
ヘルプ センター および File Exchange で Parallel Computing Fundamentals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!