CSV reader

バージョン 1.2.0.0 (3.6 KB) 作成者: timo
This class can be used to read a csv file into RAM or save a csv file from RAM to disk
ダウンロード: 261
更新 2013/1/8

ライセンスの表示

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://jp.mathworks.com/matlabcentral/fileexchange/39683-csv-reader), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2010b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersData Import and Analysis についてさらに検索
タグ タグを追加
バージョン 公開済み リリース ノート
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