How to extract data in excel file in matlab

12 visualizzazioni (ultimi 30 giorni)
David
David il 17 Feb 2020
Modificato: David il 24 Feb 2020
]

Risposta accettata

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

Più risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Data Import from MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by