Traitement en arrière-plan et parallèle
Exécuter du code en arrière-plan ou à un moment précis
MATLAB® inclut des fonctionnalités permettant de régler des timers pour l’exécution des programmes et d’exécuter le code en arrière-plan.
Fonctions
Rubriques
- Schedule Command Execution Using Timer
To schedule the execution of MATLAB commands, create a timer object.
- Asynchronous Functions
Use
parfevalandbackgroundPoolto run functions in the background. - Run Parallel Language in MATLAB
You can run parallel code in serial if you do not have Parallel Computing Toolbox™.