MATLAB Drive Connector からログアウトするにはどうすればよいですか?

MATLAB Drive Connector (MATLAB Drive と同期するためのデスクトップ アプリケーション) からログアウトするにはどうすればよいですか?

 Accepted Answer

現時点では、MATLAB Drive Connector にはログアウト機能が組み込まれていません。これは、単一ユーザーでの使用を前提として設計されているためです。
サインアウトが必要な場合は、MATLAB Drive Connector をアンインストールして再インストールする必要があります。手順は以下の通りです。
ステップ 1:
すべての MATLAB ウィンドウを閉じます。
ステップ 2:
MATLAB を閉じた後、ご利用の OS に対応するコマンドを実行して MathWorksServiceHost プロセスを終了し、サービスホストのインストールディレクトリとユーザー固有の認証情報フォルダーを削除します。
Windows(コマンドプロンプトで実行):
Taskkill /IM MathWorksServiceHost.exe /F
rd /s /q %appdata%\MathWorks\credentials %localappdata%\MathWorks\ServiceHost %localappdata%\MathWorks\MATLABConnector
Linux(ターミナルで実行):
killall MathWorksServiceHost
rm -rf ~/.matlab/credentials ~/.MathWorks/ServiceHost ~/.MATLABConnector
macOS(ターミナルで実行): 
killall MathWorksServiceHost
rm -rf ~/Library/Application\ Support/MathWorks/credentials ~/Library/Application\ Support/MathWorks/ServiceHost ~/Library/Application\ Support/MathWorks/MATLABConnector
ステップ 3: 
すでに PC 上に「MATLAB Drive」フォルダーがあり、再インストール後に別のアカウントで使用したい場合は、このフォルダーも削除してください。
ステップ 4:
MATLAB Drive Connectorを再インストールします。
再インストールすると、初回インストール時と同様に設定ウィザードが表示されます。
MATLAB Drive 用の MATLAB Connector のインストール

More Answers (0)

Products

Release

R2018b

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!