필터 지우기
필터 지우기

How can i convert excel file into array form in MATLAB

조회 수: 14 (최근 30일)
Nadiah Zainudin
Nadiah Zainudin 2017년 9월 26일
댓글: KSSV 2017년 9월 26일
Excel file consist of many data and i want to use array in MATLAB.

채택된 답변

KSSV
KSSV 2017년 9월 26일
You need to read the excel file data into MATLAB first. This can be achieved with Xlsread. Read the documentation of xlsread.
  댓글 수: 2
Nadiah Zainudin
Nadiah Zainudin 2017년 9월 26일
Okay and after reading the file, how do i input the array into the program?
KSSV
KSSV 2017년 9월 26일
[num,txt,raw] = xlsread(filename) ;
num is the data of numbers you had in excel...you can do what ever you want with that.

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

추가 답변 (0개)

카테고리

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