CSV reader

Version 1.2.0.0 (3,6 ko) par timo
This class can be used to read a csv file into RAM or save a csv file from RAM to disk
261 téléchargements
Mise à jour 8 jan. 2013

Afficher la licence

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.

Citation pour cette source

timo (2026). CSV reader (https://fr.mathworks.com/matlabcentral/fileexchange/39683-csv-reader), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et MATLAB Answers
Version Publié le Notes de version
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