Cell Array to CSV-file [cell2csv.m]

Writes a cell array into a comma separated values text file (*.csv)

이 제출물을 팔로우합니다

This function writes a cell array into a CSV-file.
It works with empty cells, numeric, char, string and logical cells. One array can contain all of them, but only one value per cell.

CSV-files can then be read by Excel, so you don't need DDE or ActiveX.

인용 양식

Sylvain Fiedler (2026). Cell Array to CSV-file [cell2csv.m] (https://kr.mathworks.com/matlabcentral/fileexchange/4400-cell-array-to-csv-file-cell2csv-m), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Added the choice of the decimal separator

1.0.0.0

Fixed the bug when cell array contained a logical variable