Installing Matlab Drive on Linux
4 views (last 30 days)
Show older comments
How to install Matlab Drive on Linux? The website gave me a bin file, and when I drag and drop it to the Matlab program, it simply open the content.
0 Comments
Accepted Answer
Richard Alcock
on 27 Nov 2017
You need to run the downloaded .bin file directly from a terminal. For example, if file was downloaded to the Downloads directory in your HOME directory then run this command:
sh ~/Downloads/matlabconnector_1.0.1.3_glnxa64_installer.bin
1 Comment
drummer
on 1 May 2020
I've gotta a problem when downloading MATLAB drive through the MATLAB drive button in the main window. I wondered it was a su permission problem, but I noticed that the download succeeded after all.
The installation was a bit different:
I extracted the zip file to the /Downloads/MathWorks;
I cd'ed until the bin folder and found the matlabconnectorInstaller executable file.
Then, just typed ./matlabconnectorInstaller.
It worked. No su priviledges...
Using MATLAB 2019b in Linux Ubuntu.
More Answers (0)
Communities
More Answers in the Distance Learning Community
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!