|
"Tom Beaney" <twbeaney@qinetiq.com> wrote in message <hc4nlv$28u$1@fred.mathworks.com>...
> Hi there,
>
> I'm having problems importing certain CSV files into Matlab.
> I'm using the importdata function as my csv files have both text and numeric data
> in and it gives me a nice pair of arrays in a structure. The problem is that I have
> another set of csv files which for some reason will no import properly. I end up
> with getting an array with a single column with all of the data from each line in one
> big lump; numeric, text and commas all in one go.
>
> I have tried modifying the csv files in notepad and wordpad and it seems to make
> no difference. Does anyone out there have any suggestions or perhaps has had this
> problem before.
>
> Many thanks.
Just to be sure, you are using xlsread, right?
And not csvread, wk1read, or dlmread, right?
Are you sure they are all simply *.csv files
(made with the same version of EXCEL)?
|