Effacer les filtres
Effacer les filtres

Undefined function error for input arguments of type char

6 vues (au cours des 30 derniers jours)
Samer Husam
Samer Husam le 8 Juil 2012
hi all,
I am facing a problem when I run my code before it use to work well, but now its getting an error while i run, the error is :
??? Undefined function or method 'xlsprotect' for input arguments of type 'char'.
why I am getting this error ?? and how I can overcome it ? and why before it use to work well ?? please help...

Réponse acceptée

Walter Roberson
Walter Roberson le 8 Juil 2012
xlsprotect() is not built into MATLAB. You need to download it and install it from the File Exchange http://www.mathworks.com/matlabcentral/fileexchange/6046
  3 commentaires
Walter Roberson
Walter Roberson le 8 Juil 2012
Click on the "Download All" link on that page. Create a directory and unzip the .zip into that directory. Add the directory to your MATLAB path using pathtool.
Samer Husam
Samer Husam le 8 Juil 2012
thanks a lot for explaining...

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by