필터 지우기
필터 지우기

How to read and save multiple excel sheets in Matlab?

조회 수: 3 (최근 30일)
Moe
Moe 2015년 6월 8일
답변: dpb 2015년 6월 8일
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
Moe
Moe 2015년 6월 8일
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?

댓글을 달려면 로그인하십시오.

답변 (1개)

dpb
dpb 2015년 6월 8일
doc xlsread
Use the optional SHEET name to read more than the default first sheet.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by