csv2cell

バージョン 1.0.0.0 (502 Bytes) 作成者: Sergey
This functions reads a a text file into a cell array
ダウンロード: 3K
更新 2008/6/16

ライセンスがありません

% res = csv2cell( filename )
% res = csv2cell( filename, delimiter )
returns a cell array which contains both numeric and text data.

引用

Sergey (2024). csv2cell (https://www.mathworks.com/matlabcentral/fileexchange/20135-csv2cell), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCell Arrays についてさらに検索
謝辞

ヒントを得たファイル: cell2csv

ヒントを与えたファイル: Flotation kinetics - modeling

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

There was a bug in the csv2cell.m. The function returned an error if no delimiters found in the csv file, i.e. the file includes only one column.
The bug was fixed.
My apologies.