How to read specific sheet from an excel file using readcell?
385 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akshay Chandel
am 28 Sep. 2021
Kommentiert: Simon Chan
am 28 Sep. 2021
I am unable to find the command which can read specific sheet from an excel file using readcell since is not recommending to use xlsread and xlswrite
2 Kommentare
Akzeptierte Antwort
Simon Chan
am 28 Sep. 2021
Try the following for an excel file name 'demo.xlsx', and sheet name 'Signals'.
It is the same for readtable or readmatrix.
readcell('demo.xlsx','UseExcel',true,'Sheet','Signals')
3 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis 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!