Why does MATLAB 7.7 (R2008a) freeze when I search in the help browser on a RedHat Linux machine?

1 view (last 30 days)
The help browser freezes when I open MATLAB 7.7 (R2008a) and search for any functions in the help browser. This happens when I log in as a local user. MATLAB works fine when I log in as administrator.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The issue is caused when you do not have access to the "netstats" function of Linux OS.
Possible workarounds are:
1) Get access to the "netstats" function of Linux OS.
2) Change the underlying HTML renderer from Web browser to ICE browser that is shipped with MATLAB. This can be done by executing the following command at the MATLAB command prompt:
com.mathworks.mlwidgets.html.HTMLRenderer.setUseWebRenderer(false);

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2011a

Community Treasure Hunt

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

Start Hunting!