dlmreadall

버전 1.0.0.0 (978 Bytes) 작성자: Michael Robbins
Reads delimited file of mixed types.
다운로드 수: 3.5K
업데이트 날짜: 2002/12/18

라이선스 없음

You pass the filename, delimiter (ie. comma), ty is an array of ones(numeric types) and zeros (strings). Range is an optional 1x4 array of row_start, column_start, row_end, column_end. skip_last_delim is optional and will skip the last delimiter in case you produced your csv with a fprintf('%f,',x) statement and have an extra comma on your line.

dlmreadall accepts an array of size 1xN with 1's if the column is numeric and 0's where they are not.

It returns a cellstr populated by the delimited file.

This routine reads line-by-line so the only memory constraints are due to the cellstr, not the file.

인용 양식

Michael Robbins (2024). dlmreadall (https://www.mathworks.com/matlabcentral/fileexchange/2499-dlmreadall), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R12.1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Text Files에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Support for single column files added