Effacer les filtres
Effacer les filtres

Matlab Drive Connector start/stop in Ubuntu

16 vues (au cours des 30 derniers jours)
sumit kumar
sumit kumar le 23 Avr 2018
Commenté : Keyur Panchal le 8 Nov 2021
Hi, I have installed MATLAB drive connector in my Ubuntu system. I have created a separate folder where I put my files. My question how do I start and stop sync manually. In my windows installation its easy, but for Ubuntu installation I am not getting clue. The support page mentions about Windows and Mac only, not Ubuntu. Regards Sumit

Réponses (2)

Shubham Khatri
Shubham Khatri le 12 Avr 2021
Hello,
There should be a shortcut in your home directory, so the following should work from a terminal:
To check whether MATLAB Drive Connector is running or not, use the following command
~/bin/MATLABConnector status
To start MATLAB Drive Connector:
~/bin/MATLABConnector start
To stop MATLAB Drive Connector:
~/bin/MATLABConnector stop
For more information, please visit the documentation link for MATLAB Drive Connector
Hope it helps

Gerald Marewo
Gerald Marewo le 15 Fév 2019
Try "/pathto/MATLABConnector status". If it's not running try "/pathto/MATLABConnector start".
Cheers.
Gerald.
  2 commentaires
Conor Burgess
Conor Burgess le 12 Avr 2019
There should be a shortcut in your home directory, so the following should work from a terminal:
To start MATLAB Drive Connector:
~/bin/MATLABConnector start
To display the window:
~/bin/MATLABConnector toggle
To stop MATLAB Drive Connector:
~/bin/MATLABConnector stop
and to check if it is running:
~/bin/MATLABConnector status
Keyur Panchal
Keyur Panchal le 8 Nov 2021

Connectez-vous pour commenter.

Communautés

Plus de réponses dans  Distance Learning Community

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by