Just installed Matlab R2018b on Ubuntu. If I type a subject in "help", get the text below, no images. Started matlab with - softwareopengl. ?Is this a graphics issue or some other setting?

6 ビュー (過去 30 日間)
Screenshot from 2018-11-14 15-58-53.png
  1 件のコメント
David Diffley
David Diffley 2018 年 11 月 15 日
For what it is worth, just switched back to R2018a and now get the usual Help replies.

サインインしてコメントする。

回答 (1 件)

Akshay Khadse
Akshay Khadse 2018 年 11 月 21 日
As per my knowledge this issue is caused due to some missing shared libraries required for proper functioning of the jxbrowser.
The following steps should get you started to identifying the issue:
Finding the missing libraries:
Execute the following command in the system terminal
ldd ~/.matlab/R2018b/HtmlPanel/glnxa64/chromium/jxbrowser-chromium | grep -i found
The output will list out the missing libraries as follows:
libgconf-2.so.4 => not found
Installing the missing libraries:
You can install the missing libraries via apt by executing the following command:
sudo apt install libgconf-2-4
Please note that you might have to install a different package from apt depending on which libraries are missing.
Please refer to the following MATLAB Answer for more information:

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by