Post Reply 
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-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Syntax Problems with map() and apply() - DrD - 05-27-2016 10:23 AM



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