アクティベーションク​ライアント、アクティ​ベ​ーション停止クラ​イアントの起動方法を​教えて​ください。

14 views (last 30 days)
MathWorks Support Team
MathWorks Support Team on 27 May 2021
アクティベーションクライアント、アクティベーション停止クライアントの起動方法を教えてください。

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 1 Aug 2022
Edited: MathWorks Support Team on 1 Aug 2022
MATLAB の起動状況に応じて手順をご確認ください。
【1】 MATLAB が起動する場合
===
MATLAB デスクトップのメニューバーより、以下を実行します。
■アクティベーション
ヘルプ → ライセンス → ソフトウェアのアクティベーションを行う
■アクティベーション停止
ヘルプ → ライセンス → ソフトウェアのアクティベーションを停止する
【2】 MATLAB が起動しない場合
===
1) Windows の場合: 以下の実行ファイルをダブルクリックします。
(※ $MATLAB は、MATLAB のインストールフォルダです)
■アクティベーション
<32-bit の場合>
$MATLAB\bin\win32\activate_matlab.exe
<64-bit の場合>
$MATLAB\bin\win64\activate_matlab.exe
■アクティベーション停止
<32-bit の場合>
$MATLAB\uninstall\deactivate_matlab.exe
<64-bit の場合>
$MATLAB\uninstall\bin\win64\deactivate_matlab.exe
2) UNIX, Linux, Mac の場合: ターミナルより、以下のコマンドを実行します。
(※ $MATLAB は、MATLAB のインストールディレクトリを指定してください)
■アクティベーション
$MATLAB/bin/activate_matlab.sh
■アクティベーション停止
$MATLAB/bin/deactivate_matlab.sh
ご質問がある場合は、以下のリンクにアクセスし、カスタマー サポートへご連絡ください。 
 

More Answers (0)

Community Treasure Hunt

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

Start Hunting!