How to read specific sheet from an excel file using readcell?
402 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Akshay Chandel
le 28 Sep 2021
Commenté : Simon Chan
le 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 commentaires
Réponse acceptée
Simon Chan
le 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!