Size of a QT matrix

Go to: Back / Home Page

The command size returns the number of rows and columns of a QT matrix. Note that these can be infinity.

Contents

Syntax

Example

A = cqt(1, 1);
szA = size(A)
szA =

   Inf   Inf