Basic Data Format Question
- To: mathgroup at smc.vnet.net
- Subject: [mg127515] Basic Data Format Question
- From: "Nicholas Kormanik" <nkormanik at gmail.com>
- Date: Wed, 1 Aug 2012 04:53:49 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- Reply-to: <nkormanik at gmail.com>
I'm experimenting with importing data into Mathematica 8.04. File name is: Data.mtp Here is how it appears when opened directly in Mathematica: {"C1" -> {5.`, 4.`, 7.`, 3.`, 6.`, 6.`, 7.`, 1.`, 5.`, 6.`}, "C2" -> {2.`, 5.`, 6.`, 7.`, 7.`, 1.`, 5.`, 4.`, 7.`, 2.`}} Two quick questions: 1) From the file extension (.mtp) and data appearance what sort of file is it? 2) From data appearance, what exactly are we dealing with? Can I use C1 and C2 somehow? I tried Mean[C1], and that doesn't work. Thanks for the insight. Nicholas Kormanik