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.
引用格式
timo (2026). CSV reader (https://ww2.mathworks.cn/matlabcentral/fileexchange/39683-csv-reader), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2010b
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Data Import and Analysis 的更多信息
