フィルターのクリア

How to read vector of strings into MATLAB?

1 回表示 (過去 30 日間)
Danny
Danny 2014 年 12 月 5 日
コメント済み: Danny 2014 年 12 月 6 日
I have an Excel file with a list of strings in the first column (one string per cell). How do I import the strings into a vector in MATLAB?

採用された回答

Image Analyst
Image Analyst 2014 年 12 月 5 日
[numbers, strings, everything] = xlsread(filename);
  1 件のコメント
Danny
Danny 2014 年 12 月 6 日
This is exactly what I was looking for. Thank you.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by