Post Reply 
How to implement an array ?
02-19-2016, 10:13 PM
Post: #2
RE: How to implement an array ?
It sounds like you might like to use vectors, one dimensional matrices.
For example:

RANDMAT(M1,256,1,99);

Creates a random column vector, containing 256 elements. The elements will be between 1 and 99, and are saved in variable M1.

M1(5) will access the fifth element in the array, for example.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to implement an array ? - smp - 02-19-2016, 09:38 PM
RE: How to implement an array ? - DrD - 02-19-2016 10:13 PM
RE: How to implement an array ? - smp - 02-20-2016, 12:15 AM



User(s) browsing this thread: 1 Guest(s)