How to import my excel sheet?

조회 수: 2 (최근 30일)
Rizwana
Rizwana 2014년 2월 22일
답변: Image Analyst 2014년 2월 22일
I would like to import my excel sheet in such a way that it should spilt my data in matrix,textdata in a cell array and character variable name representing serial number name like "AP" Thanks
  댓글 수: 1
Walter Roberson
Walter Roberson 2014년 2월 22일
What is a "serial number name" for your purpose?

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

답변 (1개)

Image Analyst
Image Analyst 2014년 2월 22일
Did you see xlsread()?
[numbers, textData, rawData] = xlsread(fullFileName);

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by