|
[Date Index]
[Thread Index]
[Author Index]
Re: selecting columns from a list
- To: mathgroup at smc.vnet.net
- Subject: [mg47855] Re: selecting columns from a list
- From: Marcus Stollsteimer <marcus314 at yahoo.com>
- Date: Thu, 29 Apr 2004 03:04:57 -0400 (EDT)
- References: <c6o4pc$clk$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Edo wrote:
> I just started with mathematica, wanted to load a comma separated
> data file and drop the first two columns.
Hi,
e.g., the 3rd, 4th, and 5th col:
data[[ All, Range[3, 5] ]]
also: Mathematica Book 3.7.2, or Master Index -> Matrices
Regards,
Marcus
--
What is life but a series of inspired follies? -- George Bernard Shaw
Prev by Date:
RE: i don't understand mapping function over a long list
Next by Date:
Re: i don't understand mapping function over a long list
Previous by thread:
selecting columns from a list
Next by thread:
Re: selecting columns from a list
|