Re: Beginner--how to import a series of files?
- To: mathgroup at smc.vnet.net
- Subject: [mg63829] Re: Beginner--how to import a series of files?
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Wed, 18 Jan 2006 02:38:58 -0500 (EST)
- Organization: Uni Leipzig
- References: <dqie7e$7dj$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, fileList=ReadASingleRawFile /@ Table["image_"<>ToString[i]<>".raw",{i,1,500}]; But probabably you hav to spend more work on ReadASingleRawFile[] Regards Jens <cymed2 at yahoo.com> schrieb im Newsbeitrag news:dqie7e$7dj$1 at smc.vnet.net... | Hi, | Now I have a series of raw data, such as image_1.raw, image_2, ..., etc. | I plan to import all of these files and make some post-processing. | How do I do it? Is there any special command or I need to write a script to perform? | Thanks for your time. | | | | Link to the forum page for this post: | http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=7709#p7709 | Posted through http://www.mathematica-users.org [[postId=7709]] | |