Installing Matlab 2020b on Azure Ubuntu 18.04 Virtual Machine

6 ビュー (過去 30 日間)
rohan gupta
rohan gupta 2021 年 8 月 17 日
回答済み: Kojiro Saito 2021 年 8 月 18 日
I am trying to install Matlab 2020b on Azure Ubuntu VM but getting following error while executing
sudo ./install
Error Message
terminate called after throwing an instance of '(anonymous namespace)::DisplayError'
what(): No display available.
Aborted (core dumped)
How should I get away from this error. Thanks in Advance

回答 (1 件)

Kojiro Saito
Kojiro Saito 2021 年 8 月 18 日
This Answer may help you.
You don't need to install with sudo.
Just
./install
with user (non-root) account.
You may need to create a directory before and change folder permissions if sudo needed.
sudo mkdir /usr/local/MATLAB/R2020b -p
sudo chmod 777 /usr/local/MATLAB/R2020b
For reference, it's easier to create MATLAB pre-installed instances by templates.
And also, from R2020a, you can use Azure Marketplace

カテゴリ

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

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by