Effacer les filtres
Effacer les filtres

Error using xlsread (line 129) XLSREAD unable to open file. Error in img_preprocess_serial (line 11) MATLAB:xls​read:FileN​otFound

1 vue (au cours des 30 derniers jours)
I am using Matlab image processing, then it appears a question that "Error using xlsread ( line 129 ) XLSREAD unable to open file Error in img _ preprocess _ serial ( line 11 ) MATLAB : xlsread : FileNotFound". I want to ask why this is, how to solve it ?

Réponses (1)

Niranjan Sundararajan
Niranjan Sundararajan le 28 Juin 2023
Hey there,
This error is outputted when the file you want to read does not exist. Make sure that the file you are reading is correctly named and that is exists in the working directory. I am attaching the documentation as well in case you have any further questions. https://in.mathworks.com/help/matlab/ref/xlsread.html
The basic syntax is as follows:
xlsread("test.xlsx")
This should not give any errors if the file is named "test.xlsx".

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits


Version

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by