csv2cell

This functions reads a a text file into a cell array

現在この提出コンテンツをフォロー中です。

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

引用

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

謝辞

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

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

カテゴリ

Help Center および MATLAB AnswersCell Arrays についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
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.