Error in help of matlab
Mostra commenti meno recenti
When i write in command window of matlab "help disp" appear of message: "No help found for disp.m." for example. Help me please!
Risposte (1)
Walter Roberson
il 20 Dic 2015
If it is happening for everything, try
restoredefaultpath
If it is only happening for some routines then use (for example)
which -all disp
and see if the first thing that is reported is one of your files; if it is then you need to rename or delete it so that the MATLAB versions can be found.
2 Commenti
Rodrigo Franco
il 21 Dic 2015
Modificato: Walter Roberson
il 21 Dic 2015
Walter Roberson
il 21 Dic 2015
What does
which -all which
report? What does
fileattrib(fullfile(matlabroot, 'toolbox', 'matlab', 'general', 'which.m'))
report? (It might say that the file does not exist, which is information in itself.)
Categorie
Scopri di più su Entering Commands in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
