Configure Block Features for MATLAB S-Functions
MATLAB® S-functions allow you to configure extended block functionality through various S-function APIs.
Create and configure input/output ports.
Specify block-based and port-based sample times.
Allocate memory using DWork vectors
Pass parameters to an S-function.
Create run-time parameters
Methods
Classes
Simulink.BlockPreCompInputPortData | Provide precompilation information about block input port |
Simulink.BlockPreCompOutputPortData | Provide precompilation information about block output port |
Simulink.MSFcnRunTimeBlock | Get run-time information about Level-2 MATLAB S-function block |
Simulink.RunTimeBlock | Allow Level-2 MATLAB S-function and other MATLAB programs to get information about block while simulation is running |
Simulink.BlockData | Provide run-time information about block-related data, such as block parameters |
Simulink.BlockPortData | Describe block input or output port |
Simulink.BlockCompDworkData | Provide postcompilation information about block's DWork vector |
Simulink.BlockCompInputPortData | Provide postcompilation information about block input port |
Simulink.BlockCompOutputPortData | Provide postcompilation information about block output port |
Topics
- Create Input and Output Ports
Create input and output ports on a MATLAB S-function block.
- Specify S-Function Sample Times
How to specify the rate or rates at which your block operates in MATLAB S-functions.
- Use DWork Vectors in S-Functions
Use DWork vectors to allocate block data to memory.
- Inherit Custom Data Types
Inherit custom data types for the values of a block's signals and parameters in MATLAB S-functions.
- Pass Dialog Parameters to S-Functions
Process parameters passed via the MATLAB S-function block dialog box.
- Create and Update S-Function Run-Time Parameters
Create and use run-time parameters in MATLAB S-functions.
- Use MATLAB S-Functions as Sim Viewing Devices in External Mode
Specify MATLAB S-function as a sim viewing device for use in external mode.