Before I post something about this:
does anyone know how to read an excel file with matlab and manipulate it?
I know how to open it and put it in different categories:
[num txt raw] = xlsread('c:\matches.xls')
NEED HELP ON THESE THOUGH:
Count the number of entries that have one blank field
Copy these entries in a new array that you display in order to review and verify the errors
Finally you decide to remove these defective entries from your array (for which one field was left blank) by
copying only the valid entries to a new array, which is going to be your working database
http://www.sendspace.com/file/q1dp3j - excel file .xls
does anyone know how to read an excel file with matlab and manipulate it?
I know how to open it and put it in different categories:
[num txt raw] = xlsread('c:\matches.xls')
NEED HELP ON THESE THOUGH:
Count the number of entries that have one blank field
Copy these entries in a new array that you display in order to review and verify the errors
Finally you decide to remove these defective entries from your array (for which one field was left blank) by
copying only the valid entries to a new array, which is going to be your working database
http://www.sendspace.com/file/q1dp3j - excel file .xls
Last edited: