CSV reader
Version 1.2.0.0 (3.6 KB) by
timo
This class can be used to read a csv file into RAM or save a csv file from RAM to disk
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.
Cite As
timo (2024). CSV reader (https://www.mathworks.com/matlabcentral/fileexchange/39683-csv-reader), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Data Import and Analysis in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.