Problem with property inspector when plotting

3 ビュー (過去 30 日間)
Tom Mendoza
Tom Mendoza 2020 年 1 月 10 日
コメント済み: Bailiang Chen 2021 年 1 月 8 日
Using Deb Linux 10
Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode

採用された回答

Aditya Salveru
Aditya Salveru 2020 年 1 月 13 日
Hi Tom,
This problem generally arises due to some missing libraries .
There is high chance that the library 'libgconf-2-4' is missing. To resolve this, close MATLAB, install the missing libraries by using the following commands(the commands might differ for different flavors of Linux) and finally restart MATLAB.
  • $ sudo apt-get install libgconf-2-4
  • $ sudo apt-get install libgcrypt11
If this does not solve your issue, please follow the steps mentioned below to find out any other missing libraries and install them.
1. Enter the following lines of code in MATLAB Command Window:
>> cd(fullfile(matlabroot,'sys','jxbrowser-chromium','glnxa64','chromium'))
>> !ldd jxbrowser-chromium | grep -i found
2. If any libraries are missing, they will be returned by the above command.
3. Download and update any missing libraries using the linux terminal.
Thanks,
Aditya
  2 件のコメント
Tom Mendoza
Tom Mendoza 2020 年 1 月 13 日
I am on debian 10 for anyone else who may need help with same issue. it worked great, functioning at 100% your the best Aditya!
Bailiang Chen
Bailiang Chen 2021 年 1 月 8 日
Hello, I tried the above solution. I had already installed the two libraries. But I don't have the folder "../jxbrowser-chromium/glnxa64/chromium "
I'm running MATLAB R2020a on a Fedora 32.
May I ask if you have any clue what can cause this problem?

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

その他の回答 (0 件)

カテゴリ

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