| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Simulink |
| Contents | Index |
| Learn more about Simulink |
int_T ssSetOutputPortMatrixDimensions(SimStruct *S, int_T port, int_T m, in_T n)
SimStruct representing an S-Function block.
Index of an output port.
Row dimension of matrix signals emitted by port or DYNAMICALLY_SIZED.
Column dimension of matrix signals emitted by port or DYNAMICALLY_SIZED.
1 if successful; otherwise, 0.
Use this function to specify that port emits an m-by-n matrix signal. If either dimension is DYNAMICALLY_SIZED, the other must be DYNAMICALLY_SIZED or 1. If either dimension is dynamically sized, the S-function must provide mdlSetOutputPortDimensionInfo and mdlSetDefaultPortDimensionInfo methods to enable the signal dimensions to be set correctly during signal propagation.
C, C++
The following example specifies that output port 0 emits 2-by-2 matrix signals.
ssSetOutputPortMatrixDimensions(S, 0, 2, 2);
See the S-function matlabroot/toolbox/simulink/simdemos/simfeatures/src/sfun_frmad.c used in sfcndemo_frame.mdl for a complete example that uses this function. Running this model requires a Signal Processing Blockset license.
![]() | ssSetOutputPortFrameData | ssSetOutputPortOffsetTime | ![]() |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |