Rank: 2089 based on 25 downloads (last 30 days) and 2 files submitted
photo

Arthur Hebert

E-mail
Lat/Long
44.5453987121582, -123.26097869873

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Arthur View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
19 Nov 2008 Class interface to MCC USB-ERB24 This is a wrapper class to conveniently interact with MCC USB relay cards via MATLAB. Author: Arthur Hebert daq, mcc, erb, usb, relay, data acquisition 2 0
24 Jul 2008 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert structures, cell arrays, parse csv, utilities, structures and cell a..., mixed data type 23 7
  • 5.0
5.0 | 3 ratings
Comments and Ratings by Arthur View all
Updated File Comments Rating
24 Jun 2010 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert

Hi Luigi,

After a bit of searching, it looks like the 'split' argument that is built-in to the regexp command was introduced in 2007b.

That line of code is splitting the file into a cell array of lines, which are then split into tokens based on other delimiters (commas, quotes, etc.).

I see that your comment was made six months ago. If you still want to fix it, I can probably help with a solution that works on older versions of MATLAB.

02 Sep 2009 SPLINEFIT Fit a spline to noisy data. Author: Jonas Lundgren

Easy to use, does what it says, saves me a ton of work. Thanks.

Comments and Ratings on Arthur's Files View all
Updated File Comment by Comments Rating
29 Aug 2010 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert Brezani, Ivan

works wxcellent for me, thanks!

24 Jun 2010 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert Hebert, Arthur

Hi Luigi,

After a bit of searching, it looks like the 'split' argument that is built-in to the regexp command was introduced in 2007b.

That line of code is splitting the file into a cell array of lines, which are then split into tokens based on other delimiters (commas, quotes, etc.).

I see that your comment was made six months ago. If you still want to fix it, I can probably help with a solution that works on older versions of MATLAB.

26 Jan 2010 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert Mazzalai, Luigi

It would be an excellent tool, but... I tried to use it and I got the following message:

>> csv2cell('cfg_param.csv','fromfile')
??? Error using ==> regexp
Invalid option for regexp: split.

Error in ==> csv2cell at 76
lines = regexp(text,'(\r\n|[\r\n])','split'); % lines should now be a cell array of text split by newlines

I am using MATLAB 7.0.1. Is there something wrong with the regexp function that I have installed? Is it a built-in function? Obviously if i cut the 'split' option, than lines is not a cell array and I got another error below...

17 Dec 2009 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert Robin
11 Jan 2009 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert xiang, ci
Top Tags Applied by Arthur
cell arrays, mixed data type, parse csv, structures, structures and cell arrays
Files Tagged by Arthur
Updated   File Tags Downloads
(last 30 days)
Comments Rating
24 Jul 2008 csv2cell Parse CSV files from Excel, mixed data types, to cell array. Author: Arthur Hebert structures, cell arrays, parse csv, utilities, structures and cell a..., mixed data type 23 7
  • 5.0
5.0 | 3 ratings

Contact us at files@mathworks.com