Clear Filters
Clear Filters

All elements are not displayed in the Simulink

3 views (last 30 days)
Hello everyone
I have a Level2-Sfunction in which the port width is 7500 and datatype is UINT32.
static unsigned int sNetworkStreamNoElements = 7500;
ssSetOutputPortWidth( S, 0, sNetworkStreamNoElements );
ssSetOutputPortDataType( S, 0, SS_UINT32 );
However, when I try to run the simulation, all my elements are not displayed in the output port. Is there any limitation for displaying the number of elements in the output port?.
Thank you
Priyanka.

Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!