Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How can I run my program which requires multiple .m files to be runned simultaneously?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a main.m file which calls for other files during execution. Example a.m , b.m and c.m files.
2 comentarios
dpb
el 29 de Jul. de 2020
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.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!