Post Reply 
Extracting values from vectors/matrices in home
02-24-2016, 12:34 PM
Post: #2
RE: Extracting values from vectors/matrices in home
Reserved variables are great for this kind of thing, but you said you don't want to use variables, so how about this, in HOME:

col([2,4,6],2); // ==> [4]

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Extracting values from vectors/matrices in home - DrD - 02-24-2016 12:34 PM



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