How can I run my program which requires multiple .m files to be runned simultaneously?

I have a main.m file which calls for other files during execution. Example a.m , b.m and c.m files.

2 件のコメント

dpb
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.
Shamus Sim
Shamus Sim 2020 年 7 月 30 日
Thank you

回答 (0 件)

この質問は閉じられています。

タグ

質問済み:

2020 年 7 月 29 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by