Main Content

La traducción de esta página aún no se ha actualizado a la versión más reciente. Haga clic aquí para ver la última versión en inglés.

Utilidades de programación

Evalúe expresiones o funciones de forma indirecta, establezca temporizadores, gestione excepciones

MATLAB® incluye funciones para evaluar expresiones de forma indirecta, establecer temporizadores para la ejecución de programas y capturar datos sobre errores.

Funciones

expandir todo

evalEvaluar una expresión de MATLAB
evalcEvaluar una expresión de MATLAB y capturar los resultados
evalinEvaluar una expresión de MATLAB en un área de trabajo especificada
fevalEvaluar una función
runEjecutar un script de MATLAB
builtinExecute built-in function from overloaded method
timerSchedule execution of MATLAB commands
deleteEliminar archivos u objetos
getQuery graphics object properties
isvalidDetermine valid handles
setObtener las propiedades de los objetos de gráficas
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
try, catchEjecutar instrucciones y detectar los errores resultantes
MExceptionCapture error information
addCauseRecord additional causes of exception
addCorrectionProvide suggested fix for exception
getReportGet error message for exception
MException.lastReturn last uncaught exception
rethrowRethrow previously caught exception
throwThrow exception
throwAsCallerThrow exception as if occurs within calling function
matlab.lang.correction.AppendArgumentsCorrectionCorrect error by appending missing input arguments
matlab.lang.correction.ConvertToFunctionNotationCorrectionCorrect error by converting to function notation (desde R2019b)
matlab.lang.correction.ReplaceIdentifierCorrectionCorrect error by replacing identifier in function call (desde R2019b)
parfevalOnAllRun function on all workers in background
parallel.pool.ConstantCopy or create data only once on workers in parallel pool (desde R2021b)
canUseGPUVerify supported GPU is available for computation (desde R2019b)
canUseParallelPoolVerify that parallel functions can use a parallel pool (desde R2020b)

Temas