Multi-Format CSV Reader

バージョン 1.1.0.1 (1.83 KB) 作成者: Cole Stephens
MFCSVREAD reads a CSV file containing both text & numeric data.
ダウンロード: 18.9K
更新 2016/9/1

ライセンスの表示

"mfcsvread" reads a CSV file containing both text & numeric data. MATLAB's CSVREAD function will work with all numeric, or all text data, but not both. It's common to have a file with a single line of comma separated text headers followed by many rows of numeric data. xlsread is limited in the number of rows & colums (actually, Excel is the limitation) it can read.
The CSV file should look like:
comma, separated, text, ...
1,2,3,4,5,...
6,7,8,9,10,...
etc...

The output is a structure with the column headers as fields in a structure, each with a vector of data.

引用

Cole Stephens (2026). Multi-Format CSV Reader (https://jp.mathworks.com/matlabcentral/fileexchange/6012-multi-format-csv-reader), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersData Import and Analysis についてさらに検索
バージョン 公開済み リリース ノート
1.1.0.1

Updated license

1.1.0.0

Updated the license information.

1.0.0.0