function fits

Creates an array (or a matrix) of size X x Y x Z. The arguments Y and Z are optional. The resulting matrix will be of type R4 (single precision).

Syntax
result = fits(X [, Y [, Z]])

Arguments
X:   An integer number giving the length of the first dimension.
Y:   An integer number giving the length of the second dimension.
Z:   An integer number giving the length of the third dimension.


See also
function bytearray
function shortarray
function longarray
function floatarray
function doublearray
function complexarray