Funciones definidas por el usuario
Bloques de funciones personalizadas como MATLAB Function, MATLAB System, Simulink Function e Initialize Function
Utilice bloques de la biblioteca User-Defined Functions para ampliar la funcionalidad de modelado de Simulink® mediante la creación de nuevos tipos de bloques. Puede implementar algoritmos de bloques utilizando código de MATLAB®, C/C++ y Fortran®.
Bloques
C Caller | Integrate C code in Simulink |
C Function | Integrate and call external C/C++ code from a Simulink model (desde R2020a) |
Fcn | Apply specified expression to input |
Function Caller | Call Simulink or exported Stateflow function |
Initialize Function | Execute subsystem on model initialize event |
Interpreted MATLAB Function | (To be removed) Apply MATLAB function or expression to input |
Level-2 MATLAB S-Function | Use Level-2 MATLAB S-function in model |
MATLAB Function | Include MATLAB code in Simulink models |
MATLAB System | Include System object in model |
Reinitialize Function | Execute subsystem on model or subsystem reinitialize event (desde R2022a) |
Reset Function | Execute subsystem on model reset event |
S-Function | Incluir la función S en el modelo |
S-Function Builder | Integrar código C o C++ para crear funciones S |
Simulink Function | Graphically define a function with Simulink blocks |
Terminate Function | Execute subsystem on model terminate event |