Syntax Problems with map() and apply()
|
05-27-2016, 10:23 AM
Post: #9
|
|||
|
|||
RE: Syntax Problems with map() and apply()
Perhaps you'd rather deal with a vector:
ranm(52,1,52)►M0 // Col Vector -or- rand(52,1,52)►M1; // Row vector There's a slight difference between them when stored in a list variable, (L0, etc.), instead of a matrix variable, (M0, etc.). But you can deal with them that way, too! -Dale- |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 14 Guest(s)