Funciones de MATLAB
Incorpore código de MATLAB® dentro de los gráficos de Stateflow®. Implemente algoritmos que se puedan expresar más fácilmente con MATLAB, tales como cálculos de matrices y análisis de datos.
Temas
- Reuse MATLAB Code by Defining MATLAB Functions
Create and execute MATLAB functions in a Stateflow chart.
- Integrate MATLAB Functions in a Stateflow Charts
Define the logical behavior of a MATLAB function.
- Acceder a las señales de bus de Simulink en las funciones de MATLAB
En este ejemplo se muestra cómo leer y escribir las señales de bus de Simulink® en una función de MATLAB® usando estructuras de MATLAB y Stateflow®.
- Export Stateflow Functions for Reuse
Extend the scope of your functions to other blocks in a Simulink® model.
- Reuse Functions by Using Atomic Boxes
Encapsulate reusable functions in a separate namespace.
Solución de problemas
Debug a MATLAB Function in a Chart
Use breakpoints to debug MATLAB functions.
Initialize Persistent Variables in MATLAB Functions
Specialized semantics impact the way that a function initializes persistent data.