Funzioni definite dall’utente
Personalizzare i blocchi funzione, come MATLAB Function, MATLAB System, Simulink Function e Initialize Function
Utilizzare i blocchi della libreria Funzioni definite dall’utente per estendere le funzionalità di modellazione di Simulink® tramite la creazione di nuovi tipi di blocchi. È possibile implementare algoritmi a blocchi utilizzando codice MATLAB®, C/C++ e Fortran®.
Blocchi
C Caller | Integrate C code in Simulink |
C Function | Integrate and call external C/C++ code from a Simulink model (Da R2020a) |
Fcn | Apply specified expression to input |
Function Caller | Call a Simulink 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 (Da R2022a) |
Reset Function | Execute subsystem on model reset event |
S-Function | Includere S-function nel modello |
S-Function Builder | Integrare codice C o C++ per creare S-function |
Simulink Function | Define a function using Simulink blocks |
Terminate Function | Execute subsystem on model terminate event |