|
[Date Index]
[Thread Index]
[Author Index]
Re: import function
- To: mathgroup at smc.vnet.net
- Subject: [mg82162] Re: import function
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Sat, 13 Oct 2007 04:00:40 -0400 (EDT)
On 10/12/07 at 2:57 AM, Ellery.Ames at Colorado.EDU (Ellery Ames) wrote:
>I have a question regarding the import function in mathematica 6.
>When I import a long array of reals into a table, the function
>appears to skip certain array entries, for example the 20230 th row.
>This does not occur in mathematica 5.2 using identical code.
>Code is below.
>In[1]:=
>SetDirectory["/Users/elleryames/Research/VoltageStability/Data/
>run0239"]; FileName="run0239";
>FileImport=Import[FileName<>".dat","Table"];
There is no way to determine wether the code above is adequate
without a sample of the data file you are trying to import. All
I can say is the syntax appears correct and if the file has the
appropriate format there should be no problem.
--
To reply via email subtract one hundred and four
Prev by Date:
Re: ReplaceAll behavour
Next by Date:
Would like to specify "Traditional Form" in the option inspector
Previous by thread:
import function
Next by thread:
Re: import function
|