필터 지우기
필터 지우기

Matlab Drive Connector start/stop in Ubuntu

조회 수: 16 (최근 30일)
sumit kumar
sumit kumar 2018년 4월 23일
댓글: Keyur Panchal 2021년 11월 8일
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

답변 (2개)

Shubham Khatri
Shubham Khatri 2021년 4월 12일
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 2019년 2월 15일
Try "/pathto/MATLABConnector status". If it's not running try "/pathto/MATLABConnector start".
Cheers.
Gerald.
  댓글 수: 2
Conor Burgess
Conor Burgess 2019년 4월 12일
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 2021년 11월 8일

댓글을 달려면 로그인하십시오.

커뮤니티

더 많은 답변 보기:  원격 교육 커뮤니티

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by