how to import excel data as separate column vectors?

68 ビュー (過去 30 日間)
Viktor G.
Viktor G. 2020 年 2 月 29 日
コメント済み: Star Strider 2020 年 3 月 1 日
Hey guys,
can someone please tell me how to import excel data as separate column vectors? I know how to do it trough the interface but i need to use it in a script :/
Thank you for your help

採用された回答

Star Strider
Star Strider 2020 年 2 月 29 日
The available functions inport Excel files as matrices (that are of course collections of column vectors) are readmatrix and xlsread. There are others such as readtable, however that imports them as table objects.
  11 件のコメント
Viktor G.
Viktor G. 2020 年 3 月 1 日
Thank you so much :)
Star Strider
Star Strider 2020 年 3 月 1 日
As always, my pleasure!

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

その他の回答 (1 件)

Image Analyst
Image Analyst 2020 年 3 月 1 日
Viktor, don't forget to look at my reply to you in this question of yours, which is pretty much the same.
  1 件のコメント
Viktor G.
Viktor G. 2020 年 3 月 1 日
Thank you so much, I was just trying to get an answer :)

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

カテゴリ

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