How to import an excel file using a range?

조회 수: 2 (최근 30일)
Luciano Campos
Luciano Campos 2011년 3월 8일
Hello, I have a Student version of Matlab and I would like to import an excel file using a range and I can not do it because I´m in a basic mode. Please let me know how can I use the range in a case like the following:
[X,B]=xlsread('/Users/Documents/EuroAreaData.xls','Dataset','A11:F170');
Thanks for your kind assistance
Regards,
  댓글 수: 2
Andreas Goser
Andreas Goser 2011년 3월 8일
What's your OS?
Luciano Campos
Luciano Campos 2011년 3월 8일
I've got a Mac OS X 10.5.8

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

채택된 답변

Oleg Komarov
Oleg Komarov 2011년 3월 8일
Did you get an error saying the file was not found?
Specify the full path: 'c:\...\EuroAreaData.xls'
EDIT
from xlsread help and linking to Andreas' question in the comments to your first question: "Supported only on Windows systems with Excel software."
Oleg

추가 답변 (2개)

Luciano Campos
Luciano Campos 2011년 3월 8일
Hi Oleg, this is the path:
path(path,'/Users/miguel/Documents/Sciences Po/Memoire/BayesianEstimation')
and this is the xlsread function:
[X,B]=xlsread('/Users/miguel/Documents/Sciences Po/Memoire/BayesianEstimation/Dataset.xls','Data','A70:F136');
I get no error warning. It's just that the page of the excel file is imported completely and does not respect the specific range I input in the xlsread function ('A70:F136').
Thanks a lot for your help,
Best,
  댓글 수: 4
Oleg Komarov
Oleg Komarov 2011년 3월 9일
Unfortunately you can't specify the range on Mac OS. Here are the limitations of basic mode: http://www.mathworks.com/support/solutions/en/data/1-ZITZK/index.html?solution=1-ZITZK
Luciano Campos
Luciano Campos 2011년 3월 9일
Thanks Oleg,
I really appreciate your help.
Best,

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


Luciano Campos
Luciano Campos 2011년 3월 8일
I've got a Mac OS X 10.5.8
thanks,

카테고리

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