CSV reader
by timo
02 Jan 2013
(Updated 08 Jan 2013)
This class can be used to read a csv file into RAM or save a csv file from RAM to disk
|
Watch this File
|
| File Information |
| Description |
This class can be used to read a csv file into RAM or save a csv file from RAM to disk
Example Usage for CSV file that have a signal column named 'recFilename' with at least one element:
csv = csvClass();
csv.openCSV();
csv.getNrSignals();
csv.getSignals();
a=csv.getSignalValue('recFilename');
csv.deletSig('recFilename');
csv.saveCsv('C:\','file2.csv');%works only for non cell CSV file.
|
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.11 (R2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 08 Jan 2013 |
-bug fixing
-now it can be saved a csv of doubles or of csv of strings/doubles. |
| 08 Jan 2013 |
-fix deleteSig |
|
Contact us