Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How can I run my program which requires multiple .m files to be runned simultaneously?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a main.m file which calls for other files during execution. Example a.m , b.m and c.m files.
2 件のコメント
dpb
2020 年 7 月 29 日
Unless you have parallel processing toolbox and dispatch the m-files independently (and they can actually run independently), you simply call a, b, and c from main like any other functions.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!