trouble importing excel files

I am having trouble importing excel files into matlab. I have matlab version R2013a and whenever I try to use the import tool I get the following error message, "spreadsheet is empty or invalid." What can I do to avoid this message?

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 3 月 26 日

0 投票

Try xlsread function
[a,b,c]=xlsread('yourfolder/yourfile.xls')

カテゴリ

ヘルプ センター および File ExchangeData Import from MATLAB についてさらに検索

質問済み:

2013 年 3 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by