Main Content

Exécution de code

Évaluer indirectement des expressions ou des fonctions et régler des timers

MATLAB® inclut des fonctionnalités permettant d’évaluer indirectement des expressions et de régler des timers pour l’exécution des programmes.

Fonctions

développer tout

evalÉvaluer une expression MATLAB
evalcEvaluate MATLAB expression and capture results
evalinEvaluate MATLAB expression in specified workspace
fevalEvaluate function
runRun MATLAB script
builtinExecute built-in function from overloaded method
timerSchedule execution of MATLAB commands
deleteDelete files or objects
getQuery graphics object properties
isvalidDetermine valid handles
setSet graphics object properties
startStart timer
startatSchedule timer to fire at specified time
stopStop timer
timerfindFind timer objects
timerfindallFind all timer objects
waitBlock command prompt until timer stops running
parfevalOnAllRun function on all workers in background
parallel.pool.ConstantCopy or create data only once on workers in parallel pool (depuis R2021b)
canUseGPUVerify supported GPU is available for computation (depuis R2019b)
canUseParallelPoolVerify that parallel functions can use a parallel pool (depuis R2020b)

Rubriques