Main Content

La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.

Utilidades de programación

Evaluar expresiones o funciones de forma indirecta, ofuscar código, establecer temporizadores, gestionar excepciones

MATLAB®incluye funciones para evaluar expresiones de forma indirecta, proteger el código fuente mediante técnicas de ofuscación, establecer temporizadores para la ejecución de programas y capturar datos sobre errores.

Funciones

expandir todo

eval EvaluateMATLABexpression
evalc EvaluateMATLABexpression and capture results
evalin EvaluateMATLABexpression in specified workspace
feval Evaluate function
run RunMATLABscript
builtin Execute built-in function from overloaded method
pcode Create content-obscured, executable files
timer Schedule execution ofMATLABcommands
delete Delete files or objects
get Query graphics object properties
isvalid Determine valid handles
set Set graphics object properties
start Start timer
startat Schedule timer to fire at specified time
stop Stop timer
timerfind Find timer objects
timerfindall Find all timer objects
wait Block command prompt until timer stops running
try, catch Execute statements and catch resulting errors
MException Capture error information
addCause Record additional causes of exception
addCorrection Provide suggested fix for exception
getReport Get error message for exception
MException.last Return last uncaught exception
rethrow Rethrow previously caught exception
throw Throw exception
throwAsCaller Throw exception as if occurs within calling function
matlab.lang.correction.AppendArgumentsCorrection Correct error by appending missing input arguments
matlab.lang.correction.ConvertToFunctionNotationCorrection Correct error by converting to function notation
matlab.lang.correction.ReplaceIdentifierCorrection Correct error by replacing identifier in function call
parfevalOnAll Run function on all workers in background
parallel.pool.Constant Copy or create data only once on workers in parallel pool
canUseGPU Verify supported GPU is available for computation
canUseParallelPool Verify that parallel functions can use a parallel pool

Temas