Method on @infsup: SZ = size (A)
Method on @infsup: DIM_SZ = size (A, DIM)
Method on @infsup: [ROWS, COLS, ..., DIM_N_SZ] = size (...)

Return a row vector with the size (number of elements) of each dimension for the interval array A.

When given a second argument, DIM, return the size of the corresponding dimension.

With a single output argument, size returns a row vector. When called with multiple output arguments, size returns the size of dimension N in the Nth argument. The number of rows, dimension 1, is returned in the first argument, the number of columns, dimension 2, is returned in the second argument, etc. If there are more dimensions in A then there are output arguments, size returns the total number of elements in the remaining dimensions in the final output argument.

See also: @infsup/length, @infsup/numel, @infsup/rows, @infsup/columns, @infsup/end.

Package: interval