dim

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
{{DavinciWiki_Function|
 
{{DavinciWiki_Function|
Shows and object's size
+
Shows a object's size (dimension)
 
|
 
|
 
Arguments: A numeric array
 
Arguments: A numeric array

Revision as of 10:18, 25 July 2012



64-bit SafeYes

Description

Shows a object's size (dimension)

Arguments and Return Values

Arguments: A numeric array

Return Value: a 3x1x1 int 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

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

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