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!