I can't get the product help to work!

hey guys, every time I issue the command 'doc some_function', I get a new window popping up with only the word Loading!!!

3 Comments

Can you show us a screen shot of both the call and the window?
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
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?

Sign in to comment.

Answers (1)

Fangjun Jiang
Fangjun Jiang on 14 Dec 2011
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 Comments

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.
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

Sign in to comment.

Categories

Tags

Asked:

on 14 Dec 2011

Community Treasure Hunt

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

Start Hunting!