How to load excel file..?

4 visualizzazioni (ultimi 30 giorni)
IITH
IITH il 8 Lug 2014
Commentato: IITH il 9 Lug 2014
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 Commenti
C.J. Harris
C.J. Harris il 8 Lug 2014
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 il 9 Lug 2014
actually my working directory and excel files are in the same folder...but still it is giving error please tell me what to do

Accedi per commentare.

Risposta accettata

Vijay Nahar
Vijay Nahar il 8 Lug 2014
Try concatanating the string within xlsread, using square brackets:
xx = xlsread(['C:\Users\Nagaraj Jade\Desktop\Book1.xlsx','Sheet1']);

Più risposte (0)

Categorie

Scopri di più su Data Import from MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by