[Ubuntu] MATLAB's editor shown blank and cannot be written

7 ビュー (過去 30 日間)
Muhammad Amru
Muhammad Amru 2023 年 2 月 2 日
移動済み: Voss 2023 年 3 月 3 日
Hello everyone!,
Currently I use MATLAB R2022b on Ubuntu 20.04. However, I didn't able to see my code and write something due to the editor just shown blank like this,
I already ran it as root, also the libcanberra-gtk* and libgconf-2-4 are installed, but the problem still persists.
I reallly need all of your help, thank you in advance!
  1 件のコメント
Kristina
Kristina 2023 年 3 月 3 日
移動済み: Voss 2023 年 3 月 3 日
I'm facing the same problem with Matlab R2022b on Linux... launching from command line didn't give a result

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

回答 (1 件)

Sai Sumanth Korthiwada
Sai Sumanth Korthiwada 2023 年 2 月 7 日
Hi Muhammad,
I understand that you are facing an issue with MATLAB R2022b on Ubuntu 20.04. Try launching MATLAB from the command line on Linux.
Try launching MATLAB by specifying the full path to the MATLAB start script:
user@host$> cd $MATLABROOT/bin
where $MATLABROOT is the full path to your MATLAB installation directory, ex:
/usr/local/matlab/R2022b
then launch MATLAB using the following command:
user@host$> ./matlab
See the Documentation for additional information about starting MATLAB on Linux:
Hope this helps.

カテゴリ

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

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by