cat2

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with 'category:NEED')
 
Line 1: Line 1:
[[category:NEED]]
+
{{DavinciWiki_Function|A simplification of the cat function.
 +
|
 +
Arguments: a series of values
 +
 +
Return Value: a 2 dimensional matrix
 +
 
 +
 
 +
|
 +
[[Syntax]]: cat2()
 +
 +
 
 +
|
 +
 +
dv> cat2(1//2//3,1//2//34)
 +
3x2x1 array of int, bsq format [24 bytes]
 +
1      2      3
 +
1      2      34
 +
 +
|
 +
|
 +
*[[create]]
 +
|
 +
*[[cat]]
 +
*[[cat2]]
 +
|
 +
|
 +
1.11
 +
|
 +
|
 +
}}
 +
 
 +
[[category:Functions]]
 +
[[category:Matrix]]
 +
[[category:Math]]

Revision as of 13:27, 9 September 2011


Description

A simplification of the cat function.

Arguments and Return Values

Arguments: a series of values

Return Value: a 2 dimensional matrix


Usage

Syntax: cat2()


Examples


dv> cat2(1//2//3,1//2//34)
3x2x1 array of int, bsq format [24 bytes]
1       2       3
1       2       34

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 09-09-2011
Modified On: 09-09-2011

Personal tools