How can i convert excel file into array form in MATLAB

 채택된 답변

KSSV
KSSV 2017년 9월 26일

0 개 추천

You need to read the excel file data into MATLAB first. This can be achieved with Xlsread. Read the documentation of xlsread.

댓글 수: 2

Okay and after reading the file, how do i input the array into the program?
[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개)

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

태그

질문:

2017년 9월 26일

댓글:

2017년 9월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by