Main Content

gsl_nSigs

Get the number of signals in a signal list

Syntax

int gsl_nSigs(SL_SigList *slist)

Arguments

slist

Signal list generated using ssCallSigListCreateFcn.

Returns

An int indicating the number of signals in the given signal list.

Description

Returns the number of signals in a given signal list.

Languages

C, C++

Examples

See the S-function barplot.c.

Version History

Introduced in R2019a