Error using xlsread.

3 visualizzazioni (ultimi 30 giorni)
Jenice Chen
Jenice Chen il 26 Dic 2018
Riaperto: Guillaume il 16 Gen 2019
k=1;
N=zeros(16*k+1,150*k+1);
xlsFile='ConflictCasesC1-0418-1.xls';
case_matrix=xlsread(xlsFile,'crash_matrix_on_link');
A=case_matrix(:,[10 11]); % X1 Y1
mat_size=size(A);
Error in histagram (line 5)
case_matrix=xlsread(xlsFile,'crash_matrix_on_link');
  2 Commenti
KSSV
KSSV il 26 Dic 2018
is xlsread inbuilt function? Or you have the function?
Jenice Chen
Jenice Chen il 26 Dic 2018
It may be inbuilt function.
I've figured out the reason - the xls. file is put into the wrong folder.
Thank you.

Accedi per commentare.

Risposte (1)

madhan ravi
madhan ravi il 26 Dic 2018
doc xlsread % second argument specifes the worksheet to be read

Categorie

Scopri di più su Software Development Tools 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