How can I log out of MATLAB Drive Connector?
조회 수: 82 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2019년 1월 22일
편집: MathWorks Support Team
2025년 9월 5일 13:50
How can I log out of MATLAB Drive Connector (the desktop application for syncing with MATLAB Drive)?
채택된 답변
MathWorks Support Team
2025년 9월 5일 0:00
편집: MathWorks Support Team
2025년 9월 5일 13:50
As of now, there is no built-in function to log out of MATLAB Drive Connector as it is designed for use by a single user. If you must sign out of MATLAB Drive Connector, you must uninstall MATLAB Drive Connector and reinstall it. Instructions to do this are found below:
Step 1: Close all running MATLAB windows.
Step 2: After closing MATLAB, execute these exact two commands depending on your OS to kill the MathWorksServiceHost process and remove both the Service Host installation directory and the user-specific credentials folder:
Windows
In Windows Command Prompt, execute these two commands:
Taskkill /IM MathWorksServiceHost.exe /F
rd /s /q %appdata%\MathWorks\credentials %localappdata%\MathWorks\ServiceHost %localappdata%\MathWorks\MATLABConnector
Linux
In Linux Terminal, execute these two commands:
killall MathWorksServiceHost
rm -rf ~/.matlab/credentials ~/.MathWorks/ServiceHost ~/.MATLABConnector
macOS
In Mac Terminal (Finder -> Applications -> Utilities -> Terminal.app), execute these two commands:
killall MathWorksServiceHost
rm -rf ~/Library/Application\ Support/MathWorks/credentials ~/Library/Application\ Support/MathWorks/ServiceHost ~/Library/Application\ Support/MathWorks/MATLABConnector
Step 3: If you already have a MATLAB Drive folder on your computer and you want to continue saving content there with a different account after reinstallation, you will need to also delete this folder.
Step 4: Reinstall MATLAB Drive Connector. When you reinstall MATLAB Drive Connector again, the configuration wizard will appear, as if you were installing it for the first time:
Install MATLAB Connector for MATLAB Drive
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
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!