Code Execution
Evaluate expressions or functions indirectly, set timers
MATLAB® includes functionality to indirectly evaluate expressions and to set timers for program execution.
Functions
Topics
- Schedule Command Execution Using Timer
 To schedule the execution of MATLAB commands, create a timer object. 
- Create Hyperlinks that Run FunctionsFunctions that support the matlab:keyword can display hyperlinks, which execute commands when you click the hyperlink text.
- Alternatives to the eval FunctionAlthough the evalfunction 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 MATLABYou can run parallel code in serial if you do not have Parallel Computing Toolbox™.