How to extract data in excel file in matlab

13 次查看(过去 30 天)
]

采纳的回答

David
David 2020-2-17
Thanks you so much for your help. Is that ind is the function code or something that i named before?

更多回答(1 个)

Bhaskar R
Bhaskar R 2020-2-17
data = readmatrix('2014-2015 KU Basketball.xlsx');
[val, ind] = max(data(:, 2));
game_num = data(ind, 1);
  3 个评论
David
David 2020-2-17
Oh i got it. Thanks you so much. It is really helpful

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by