Appendix A: Functions and Instructions
819
NewData sysData,
matrix
Loads the contents of
matrix
into the system data
variable
sysData
.
NewFold
CATALOG
NewFold
folderName
Creates a user-defined folder with the name
folderName
, and then sets the current folder to that
folder. After you execute this instruction, you are in
the new folder.
NewFold games
¸
Done
newList()
CATALOG
newList(
numElements
)
⇒
list
Returns a list with a dimension of
numElements
.
Each element is zero
.
newList(4)
¸
{0 0 0 0}
newMat()
CATALOG also Math/Matrix menu
newMat(
numRows
,
numColumns
)
⇒
matrix
Returns a matrix of zeros with the dimension
numRows
by
numColumns
.
newMat(2,3)
¸
[
0 0 0
0 0 0
]
NewPic
CATALOG
NewPic
matrix
,
picVar [, maxRow][, maxCol]
Creates a pic variable
picVar
based on
matrix
.
matrix
must be an
n×2 matrix in which each row
represents a pixel. Pixel coordinates start at 0,0. If
picVar
already exists,
NewPic
replaces it.
The default for
picVar
is the minimum area required
for the matrix values. The optional arguments,
maxRow
and
maxCol
, determine the maximum
boundary limits for
picVar
.
NewPic [1,1;2,2;3,3;4,4;5,5;
5,1;4,2;2,4;1,5],xpic
¸
Done
RclPic xpic
¸
Summary of Contents for Titanium TI-89
Page 9: ...Getting Started 6 TI 89 Titanium keys Ë Ì Í Ê ...
Page 34: ...Getting Started 31 2 or D 2 B u s i n e s s D B D B Press Result ...
Page 43: ...Getting Started 40 3 0 D B D D B D Press Result ...
Page 44: ...Getting Started 41 D 2 0 0 2 D B Scroll down to October and press Press Result ...
Page 58: ...Getting Started 55 Example Set split screen mode to TOP BOTTOM Press Result 3 B D ...
Page 70: ...Getting Started 67 ...
Page 175: ...Operating the Calculator 172 From the Keyboard ...
Page 456: ...Tables 453 ...
Page 527: ...Data Matrix Editor 524 ...