dim

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

Description

Shows a object's size (dimension)

Arguments and Return Values

Arguments: A numeric array

Return Value: a 3x1x1 uint64 array containing the x, y and z dimensions.

Usage

Syntax: dim(object = VAL)

The dim() function reports the size of each axis of an object. The values are returned in a 3x1x1 array, as the size of the X, Y and Z axis, respectivly.

Examples

Pre davinci 2.18

dv> a
320x500x1 array of byte, bsq format [160,000 bytes]

dv> dim(a)
3x1x1 array of int, bsq format [12 bytes]
320     500     1

davinci 2.18

dv> a
320x500x1 array of byte, bsq format [160,000 bytes]

dv> dim(a)
3x1x1 array of uint64, bsq format [24 bytes]
320     500     1

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 11-18-2016

Personal tools