How to load excel file..?

3 ビュー (過去 30 日間)
IITH
IITH 2014 年 7 月 8 日
コメント済み: IITH 2014 年 7 月 9 日
Hi, i was trying load some data from excel but it is showing error like "Undefined function or method 'Input' for input arguments of type 'char'...
this is wt i wrote xx = xlsread('C:\Users\Nagaraj Jade\Desktop\Book1.xlsx','Sheet1');
but it working in other system, so i need to install anything extra or what to do..?
  2 件のコメント
C.J. Harris
C.J. Harris 2014 年 7 月 8 日
Are you sure the error is not: Undefined function or method 'xlsread' for input arguments of type 'char'.? As that would indicate a problem with your path.
IITH
IITH 2014 年 7 月 9 日
actually my working directory and excel files are in the same folder...but still it is giving error please tell me what to do

サインインしてコメントする。

採用された回答

Vijay Nahar
Vijay Nahar 2014 年 7 月 8 日
Try concatanating the string within xlsread, using square brackets:
xx = xlsread(['C:\Users\Nagaraj Jade\Desktop\Book1.xlsx','Sheet1']);
  1 件のコメント
IITH
IITH 2014 年 7 月 9 日
thanks...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by