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://kr.mathworks.com/matlabcentral/fileexchange/39683-csv-reader), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data 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