excel worksheet in matlab
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Ameer Hamza
am 25 Okt. 2020
1 Kommentar
dpb
am 25 Okt. 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.
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!