Main Content

ssAllowSignalsWithMoreThan2D

Enable S-function to work with multidimensional signals

Syntax

void ssAllowSignalsWithMoreThan2D(SimStruct *S)

Arguments

S

SimStruct representing an S-Function block.

Description

Allows S-function to use multidimensional signals. You must call thessAllowSignalsWithMoreThan2Dfunction from themdlInitializeSizesfunction.

语言

C, C++

Example

See the S-functionsfun_matadd.cused insfcndemo_matadd.

H版istory

Introduced in R2007a