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 Center 및 MATLAB Answers에서 Data Import and Analysis에 대해 자세히 알아보기
