Is RMatlab2020b compatible with Ubuntu 14.04?

Me trying to install RMatalb2020b.iso in Ubuntu by following these steps, but cursor blinking not showing any thing. However, mount is craeted and could see the files :
steps are
1) Create a folder to use as a mount point.
sudo mkdir /media/mathworks
2) Mount the ISO to that folder. In this example, the ISO is called “matlab.iso” and is located in the user’s home folder under Downloads:
sudo mount -t iso9660 -o loop ~/Downloads/R2019a_Linux.iso /media/mathworks
3) Run the installer script:
sudo /media/mathworks/install

Answers (0)

Categories

Asked:

on 6 Nov 2020

Community Treasure Hunt

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

Start Hunting!