CSV reader

Versione 1.2.0.0 (3,6 KB) da timo
This class can be used to read a csv file into RAM or save a csv file from RAM to disk
259 download
Aggiornato 8 gen 2013

Visualizza la licenza

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.

Cita come

timo (2024). CSV reader (https://www.mathworks.com/matlabcentral/fileexchange/39683-csv-reader), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Data Import and Analysis in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

-fix deleteSig

1.1.0.0

-bug fixing
-now it can be saved a csv of doubles or of csv of strings/doubles.

1.0.0.0