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. |
|||
« Next Oldest | Next Newest »
|
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
RE: How to implement an array ? - Carlos295pz - 02-20-2016, 05:05 AM
RE: How to implement an array ? - cyrille de brébisson - 02-22-2016, 05:59 AM
|
User(s) browsing this thread: 2 Guest(s)