|
[Date Index]
[Thread Index]
[Author Index]
How to make Excel import symbolically
- To: mathgroup at smc.vnet.net
- Subject: [mg126994] How to make Excel import symbolically
- From: Matti <matti_overmark at yahoo.se>
- Date: Fri, 22 Jun 2012 03:02:36 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hi!
I am new to Mathematica 8 Home (Win 7 64) so I would be grateful for some help.
I am trying to import a matrix symbolically from Excel 2010 so that I can manipulate it further on.
I.e in Excel
aa bb
cc dd
When I use the Import command I get
{{{aa, bb},{cc, dd}}}
This is not an matrix, it's something else (I don't know what).
1. Can I import the symbolic matrix in one operation? or
2. Can I transform the {{{...}}} to a {{...}}?
TIA Matti
Prev by Date:
Re: some Experience with webMathematica
Next by Date:
Re: multiplying, element wise, a row by each column of a matrix.
Previous by thread:
Re: multiplying, element wise, a row by each column of a matrix.
Next by thread:
Re: How to make Excel import symbolically
|