|
[Date Index]
[Thread Index]
[Author Index]
Re: data import from3.5" disk
- To: mathgroup at smc.vnet.net
- Subject: [mg14778] Re: data import from3.5" disk
- From: jim leddon <jleddon at cyberramp.net>
- Date: Sat, 14 Nov 1998 03:08:07 -0500
- Sender: owner-wri-mathgroup at wolfram.com
[Contact the author to obtain notebook details -- moderator]
Hello,
I want to import data from a file on a disk (in drive"a") labeled
"sxray.nb". This file (notebook) contains one un-named list of
comma-delimited numbers (reals). I have tried using OpenRead:
In[1]: xray = OpenRead["a:/sxray.nb"]
getting:Out[1]: InputStream[a:/sxray.nb,22]
I then tried getting the list of numbers with the command:
In[2]: xraydata = ReadList[xray, Number] and also
ReadList["a:/sxray.nb", Number].
to no avail.
How do I read this in? Please see attached files where "ten7data2.nb"
is the notebook I am working in.
Thanks for your time . I look forward to hearing from you.
regards,
Debbie Leddon
Prev by Date:
Levy Distribution
Next by Date:
RE:and Inserting/Removing Forced Page Breaks
Previous by thread:
Re: Levy Distribution
Next by thread:
RE:and Inserting/Removing Forced Page Breaks
|