csvexport

버전 1.0.0.0 (1.63 KB) 작성자: Christian
Export cellarrays to csv files
다운로드 수: 227
업데이트 날짜: 2012/8/24

라이선스 보기

% FUNCTION csvexport(filename, data, dlm, precision, [optional])
% Exports cellarray [data] with delimiter [dlm] and [precision]
% to [filename]. Any optional parameter forces data to be added. If no optional
% parameter is given file will be created.
% The [data] cellarray can contain different datatypes (doubles, string...),
% but must not contain mixed datatypes in one column (was not needed in my
% problem, but can be added easily. However, this should increase computing time)
% (decimal) points are replaced by comma

Any improvements appreciated!

인용 양식

Christian (2024). csvexport (https://www.mathworks.com/matlabcentral/fileexchange/37893-csvexport), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
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