From: Aaron Anstey on
I am using the 'file' 'import' to load a csv file into MATLAB. However only two columns appear in MATLAB when the csv file has 12 columns. Can anyone suggest what I need to do in a fairly simple way please? Thanks
From: TideMan on
On Jul 16, 5:52 am, "Aaron Anstey" <ela...(a)lboro.ac.uk> wrote:
> I am using the 'file' 'import' to load a csv file into MATLAB. However only two columns appear in MATLAB when the csv file has 12 columns. Can anyone suggest what I need to do in a fairly simple way please? Thanks

Yes, use textscan instead.