Can matlab student be ran on a server?
Afficher commentaires plus anciens
I have matlab student and want to put it on a server for a class project. Can I do that with the normal matlab student version? I already created a digital ocean ubuntu server.
Réponses (1)
Walter Roberson
le 22 Mar 2020
0 votes
- You can transfer your MATLAB Student license to any system that you own or lease, but not to cloud services. You have a limited number of license transfers per year, only 3 or 4, and transfering back to your original equipment would count as one of those.
- You cannot permit anyone else to use your MATLAB license.
- I think you can access a Student license on Linux through X Windows, but I am not certain.
- You cannot serve network connections for anyone other than yourself.
For example if you normally used your Student license on your PC, but you transfered it to a laptop (that happened to be running Linux) to demonstrate your program in class or to your professor or TA, then that would be fine -- but only you can have access to it.
15 commentaires
Walter Roberson
le 22 Mar 2020
It says
sudo ./install
Not
sudo ./index
sean ale
le 22 Mar 2020
sean ale
le 22 Mar 2020
Walter Roberson
le 22 Mar 2020
When you unzipped before transferring to the server, probably the execute bit did not get set. Unzipping on the server was the correct thing to do.
I will need to investigate the new message.
Walter Roberson
le 22 Mar 2020
How are you accessing the server? The install program is expecting that the DISPLAY environment variable indicates a valid X display such as if you were at a console with the window system launched or such as if you had ssh'd in with the -x option of ssh.
You might need to do a command line installation; look for instructions about silent installation. However if you are driven to that, remember that if you can't get a graphics system now, then you will not be able to get a graphics system to run matlab desktop.
sean ale
le 22 Mar 2020
Walter Roberson
le 22 Mar 2020
Modifié(e) : Walter Roberson
le 25 Mar 2020
sean ale
le 24 Mar 2020
sean ale
le 24 Mar 2020
sean ale
le 24 Mar 2020
Walter Roberson
le 25 Mar 2020
What files are in /home/sean/test/archives ?
sean ale
le 25 Mar 2020
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

