How in the world am I supposed to install MATLAB on Linux Ubuntu 20.04?!
56 次查看(过去 30 天)
显示 更早的评论
I know this question was asked multiple times not just on this forum but many other ones. But I just can’t seem to get the help I need to get the MATLAB installer running. So I have the installer in an .iso format. I mounted it, and opened the folder. And now I see 9 folders and 1 file: boot, casper, dists, EFI, install, isolinux, pool, preseed, ubuntu, and md5sum.txt. And inside the install folder is just one file that is mt86plus. I have no idea where to go from here. I really need support. And it really doesn’t help that I am new to Linux.
0 个评论
回答(1 个)
MarKf
2023-2-6
cd mounted/directory/with/matlab
./install
But you probably already tried that. Add sudo first before the command maybe. You said you already mounted it, maybe not with the command but with Disk Image Mounter. You could try sudo mount -o loop pth/file.iso /mnt/iso and verify that with mount or df -H or ls -l /mnt/iso/.
3 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!