what a sign for this error ?

Hello guys
does anyone know which part is wrong?

1 Kommentar

Greg
Greg am 30 Aug. 2018
What does
which xlsread
return?

Antworten (1)

Greg
Greg am 29 Aug. 2018

0 Stimmen

There's not a lot to go on, but my only guess is you don't have MS Office Excel installed on a Windows machine. Without Excel installed, xlsread operates in 'basic' mode, which does not support the numeric worksheet input. Considering no sheet number input defaults to the first worksheet, simply try:
xlsread(fileread);

3 Kommentare

Muhammad Dzul  Akbar
Muhammad Dzul Akbar am 30 Aug. 2018
thank you for your response @greg, ms excel has been installed in my windows. sometimes the code is successful and sometimes error. do you know other causes? the code line in my opinion is no error, isn't that right?
Dennis
Dennis am 30 Aug. 2018
Can you elaborate when the error occurs and on which files?
Also xlsread will not work if the file is opened in Excel.
Greg
Greg am 30 Aug. 2018
Bearbeitet: Greg am 30 Aug. 2018
"Also xlsread will not work if the file is opened in Excel."
I just tested that explicitly this morning and it does in fact work. At least with whatever edition of Excel I have (2013? maybe), and R2017b on Win10.
I also checked having a file with no worksheets, but Excel won't let you do that. Maybe if some other application created a .xls file with no sheets...

Diese Frage ist geschlossen.

Gefragt:

am 29 Aug. 2018

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by