Azzera filtri
Azzera filtri

excel worksheet in matlab

1 visualizzazione (ultimi 30 giorni)
Waqas Siddique
Waqas Siddique il 25 Ott 2020
Commentato: dpb il 25 Ott 2020
How do I read a Microsoft Excel worksheet into MATLAB as a table? I know how to read it as csv by
Table=readtable('filename.csv')
but I want to read as xls

Risposte (1)

Ameer Hamza
Ameer Hamza il 25 Ott 2020
readtable(): https://www.mathworks.com/help/matlab/ref/readtable.html also works for xls file.
  1 Commento
dpb
dpb il 25 Ott 2020
And if the Excel file is complex, better results will usually be had by using detectImportOptions first; simple files are generally brought in as desired.

Accedi per commentare.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by