I can't get the product help to work!
Afficher commentaires plus anciens
hey guys, every time I issue the command 'doc some_function', I get a new window popping up with only the word Loading!!!
3 commentaires
Sean de Wolski
le 14 Déc 2011
Can you show us a screen shot of both the call and the window?
Walter Roberson
le 14 Déc 2011
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Jan
le 14 Déc 2011
Did it work before you've updated the Java? What operating system and Matlab version are you using? Are the help files stored locally or on a network drive? Does "doc" work without inputs?
Réponses (1)
Fangjun Jiang
le 14 Déc 2011
0 votes
In MATLAB version as later as R2007b+, if the MATLAB software is installed in a path that contains special character, such as white space in C:\Program Files\MATLAB, the "doc some_function" won't be able to load the help document.
You could re-install the MATLAB version, avoiding the special character in the folder. Or move the entire help directory to somewhere else which doesn't contain special characters, and set it as the MATLAB docroot.
2 commentaires
Image Analyst
le 15 Déc 2011
Sounds strange. I've used MATLAB on versions both before and after R2007, installed to the program files folder, and I don't recall ever having that problem.
Fangjun Jiang
le 15 Déc 2011
Good point, which keeps me honest. I am partially correct. The special character is not white space, rather, it's the '+' sign, as some may install MATLAB as R2007b+. Here is the bug report.
http://www.mathworks.com/support/bugreports/396917
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!