create2

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 38: Line 38:
  
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:User Defined Functions]]
 
[[category:Matrix]]
 
[[category:Matrix]]
 
[[category:Math]]
 
[[category:Math]]

Latest revision as of 13:50, 9 September 2011


Description

A simplification of the create function for a 1D array.

Arguments and Return Values

Arguments: starting value, increment, ending value

Return Value: A numeric array with the specified conditions

If no arguments are input, create2() prints its description, as shown below.

Usage

Syntax: create2(x1,dx,x2)

'x1' - any numeric value to start the array

'dx' - any numeric value to specify the step size

'x2' - any numeric value to end the array

Examples

dv> create2(2,3,10)
1x3x1 array of int, bsq format [12 bytes]
2
5
8
Created by: Mike Veto


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