imat_ctrace/size


Purpose

Return the size of a coordinate trace.

Syntax

l=size(t)

Description

When applied to an imat_ctrace object, the SIZE function returns the size of the coordinate trace (i.e., the number of coordinates).

Examples

>> t=imat_ctrace('1x','2x','3x','4x')

t =
    '1X+'
    '2X+'
    '3X+'
    '4X+'

>> size(t)

ans =
     4     1

>>

See Also

imat_ctrace/length