Path: news.mathworks.com!newsfeed-00.mathworks.com!newscon02.news.prodigy.net!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 02 Oct 2007 09:24:13 -0500
Date: Tue, 02 Oct 2007 08:24:13 -0600
From: Dan Hensley <somewhere@over.there>
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
Newsgroups: comp.soft-sys.matlab
Subject: Re: Importing several CSV files at the same time (600 or more)
References: <5497789.1191252685630.JavaMail.jakarta@nitrogen.mathforum.org>
In-Reply-To: <5497789.1191252685630.JavaMail.jakarta@nitrogen.mathforum.org>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <87Kdne5nuLYQyZ_anZ2dnUVZ_h_inZ2d@comcast.com>
Lines: 9
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 71.237.126.83
X-Trace: sv3-1iIYdVRJPtF1vcBKX66KrvMPs3WJm0xQEy5+/C9GxjIC7AqzYgCbsWVYC0IJxVh0sblh224M8JulzME!igFQwnZPj3Dvvbd5RT8gP3J7KOfcqbUMvIXQBo6SlYcYKbgC/eLC5wnN20JY1rkrfNnKnkqvcqlJ!MjWjrPLe7/fDqCBM1v9ny0uhFaKIRQ==
X-Complaints-To: abuse@comcast.net
X-DMCA-Complaints-To: dmca@comcast.net
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.35
Bytes: 1836
Xref: news.mathworks.com comp.soft-sys.matlab:431007



BO wrote:
> Hey! i need to import around 400-600 csv files to the workspace at the same time so i can take the data in those file and graph it, the issue is that i have to this trough a Gui, and using uiimport takes a lot of time. Is there a way that i can import that many files, and let the user of the gui select de directory and the number of files.
> type of files: CSV files, with 3 colums each colum a variable with around 8192 points.

This is a FAQ:

http://www.mit.edu/~pwb/cssm/matlab-faq.html#loopoverfiles

Dan