general/misc/
dimen.pro
Routines
top source dimen
result = dimen(matrx)
FUNCTION: dimen(x) PURPOSE: Returns the dimensions of an array as an array of integers. INPUT: matrix RETURNS: vector of dimensions of matrix. If the input is undefined then 0 is returned. if the input is a scaler then 1 is returned. SEE ALSO: "dimen", "data_type", "dimen1", "dimen2" CREATED BY: Davin Larson LAST MODIFICATION: @(#)dimen.pro 1.6 96/12/16
Parameters
- matrx
File attributes
Modification date: | Thu Feb 13 16:43:48 2014 |
Lines: | 7 |