Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
Shamus Sim
Shamus Sim am 29 Jul. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have a main.m file which calls for other files during execution. Example a.m , b.m and c.m files.
  2 Kommentare
dpb
dpb am 29 Jul. 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.

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by