La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Utilitaires de programmation
MATLAB® inclut des fonctionnalités permettant d’évaluer indirectement des expressions, de régler des minuteurs pour l’exécution des programmes et capturer des données relatives aux erreurs.
Fonctions
Rubriques
- Schedule Command Execution Using Timer
To schedule the execution of MATLAB commands, create a timer object.
- Exception Handling in a MATLAB Application
It is a good programming practice to include error checking in your programs to ensure reliable operation under all conditions. You can decide how your programs respond to different types of errors.
- Create Hyperlinks that Run Functions
Functions that support the
matlab:
keyword can display hyperlinks, which execute commands when you click the hyperlink text. - Alternatives to the eval Function
Although the
eval
function is very powerful and flexible, it is not always the best solution to a programming problem. In many instances, there are recommended alternative approaches to usingeval
. - Run Parallel Language in MATLAB
You can run parallel code in serial if you do not have Parallel Computing Toolbox™.