필터 지우기
필터 지우기

How to import xlsx. files into matlab

조회 수: 8 (최근 30일)
Nitzan Carmi
Nitzan Carmi 2015년 3월 13일
댓글: Walter Roberson 2021년 5월 12일
i'm using matlab 2014b, and i'm trying to import data from xlsx. files. the problem is none of data the xlsx. files i tried wasn't recognized by matlab (it shows like the spreadsheet is blank), so i couldn't choose tables or columns to import using "import data".
can you figure out what the problem is? do i need to configure something in excel for matlab to recognize the data?
thanks.

답변 (2개)

Star Strider
Star Strider 2015년 3월 13일
Use the xlsread function. You have to have Excel installed on your computer.
  댓글 수: 1
Gaella Munyawera
Gaella Munyawera 2020년 5월 14일
How can we do if we dont have excell ? and when we use the online version? Thank you .

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


Chaitanya Bade
Chaitanya Bade 2017년 3월 31일
Why is not this code working in matlab? Any help would be highly appreciated [TIMESTEPS,XDATA] = importfile('90.xlsx','Sheet1',2,1601);

카테고리

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