Effacer les filtres
Effacer les filtres

How to read and save multiple excel sheets in Matlab?

2 vues (au cours des 30 derniers jours)
Moe
Moe le 8 Juin 2015
Réponse apportée : dpb le 8 Juin 2015
Hi everyone,
I have an excel file with 10 sheets. Sheets names are as default from sheet1, sheet2, sheet3, ...., sheet10. How can I read multiple sheets in Matlab that give me a separate matrix with same name of sheet.
  1 commentaire
Moe
Moe le 8 Juin 2015
I'm using this code:
S = importdata('Filename.xlsx')
It's working, but I want to see all of different excel sheets in the workspace. Does anyone has any idea?

Connectez-vous pour commenter.

Réponses (1)

dpb
dpb le 8 Juin 2015
doc xlsread
Use the optional SHEET name to read more than the default first sheet.

Community Treasure Hunt

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

Start Hunting!

Translated by