Elaborazione in background e in parallelo
Eseguire il codice in background o in un momento specifico
MATLAB® include funzionalità per impostare i timer per l'esecuzione del programma ed eseguire il codice in background.
Funzioni
Argomenti
- 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™.