Main Content

Esecuzione di codice

Valutare espressioni o funzioni indirettamente, impostare timer

MATLAB® include funzionalità per valutare indirettamente le espressioni e per impostare i timer per l'esecuzione del programma.

Funzioni

espandi tutto

evalValutare un'espressione di 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 (Da R2021b)
canUseGPUVerify supported GPU is available for computation (Da R2019b)
canUseParallelPoolVerify that parallel functions can use a parallel pool (Da R2020b)

Argomenti