필터 지우기
필터 지우기

Error showing the documentation browser in Fedora 29

조회 수: 1 (최근 30일)
M V
M V 2019년 2월 11일
댓글: Michael McGuire 2020년 12월 11일
After installing Matlab R2018b in Fedora 29, whenever I tried to launch the documentation help window with the command:
>> doc VideoReader
The documentation browser appears with its content unformatted:
There are some solutions in the web that suggest:
  • Installing libnsl
  • Use the libfreetype fonts from the operating system rather than the ones distributed as part of Matlab R2018b
  • Use the system libcrypto from the OS
However, none of the above work. Moreover, when I run "!ldd ~/opt/matlab/r2018b/sys/jxbrowser-chromium/glnxa64/chromium/jxbrowser-chromium" from the matlab console, all the required libraries are correctly linked.
Any suggestions?

답변 (1개)

Pruthvi Muppavarapu
Pruthvi Muppavarapu 2019년 2월 19일
편집: Pruthvi Muppavarapu 2019년 2월 19일
This is caused by missing libraries or missing execution permission. To narrow it down do the following:
1.) Start MATLAB
2.) execute
>> com.mathworks.mde.webbrowser.HtmlPanelDebugConsole.invoke;
3.) Open the help by executing
>>doc
The output generated in the Browser Log, Chromium Log and IPC Log tab will have more information regarding the cause of this issue. View the logs and you can rectify the issue.
  댓글 수: 1
Michael McGuire
Michael McGuire 2020년 12월 11일
Fix fails to work.
Get the error message:
Unable to resolve the name
com.mathworks.mde.webbrowser.HtmlPanelDebugConsole.invoke.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by