On Linux or Unix platforms, why am I unable to access external documentation links in the Help Browser in MATLAB 7.1 (R14SP3)?

On Linux or Unix platforms, why am I unable to access external documentation links in the Help Browser?

 Accepted Answer

This issue is resolved by making the following change to the file docopt.m:
At line 52:
% doccmd = '';
Remove the comment symbol (%) in this line. Also, in the quotes which follow "doccmd," enter the command that launches your Web browser. After making these changes, save the file.
For example:
doccmd = 'mozilla';
You can open this file for editing by typing
edit docopt.m
at the MATLAB command prompt.

More Answers (0)

Products

Release

R14SP1

Community Treasure Hunt

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

Start Hunting!