Main Content

icsignal

(Not recommended) Create icsignal object of specified dimension

icsignal is not recommended. For model interconnections, use connect instead.

Syntax

v = icsignal(n);
v = icsignal(n,name)

Description

icsignal creates an icsignal object, which is a symbolic column vector. The icsignal object is used with iconnect objects to specify signal constraints described by the interconnection of components.

v = icsignal(n) creates an icsignal object of vector length n. The value of n must be a nonnegative integer. icsignal objects are symbolic column vectors, used in conjunction with iconnect (interconnection) objects to specify the signal constraints described by an interconnection of components.

v = icsignal(n,name) creates an icsignal object of dimension n, with internal name identifier given by the character vector name.

Version History

Introduced before R2006a

See Also

| |