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
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
2020년 7월 30일
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!