Main Content

gsl_NumElements

Get the number of elements in an element of a signal list

Syntax

int gsl_numElements(SimStruct *S,SL_SigList *slist, int idx)

Arguments

S

SimStruct that represents an S-Function block.

slist

Signal list generated using ssCallSigListCreateFcn.

idx

Index for an element within the signal list.

Returns

An int that represents the number of elements in the element at the given index in the signal list.

Description

Returns the number of elements in the element at the given index in the signal list.

Languages

C, C++

Examples

See the S-function barplot.c.

Version History

Introduced in R2019a