
アクティベーションクライアント、アクティベーション停止クライアントの起動方法を教えてください。
14 views (last 30 days)
Show older comments
MathWorks Support Team
on 27 May 2021
Edited: MathWorks Support Team
on 1 Aug 2022
アクティベーションクライアント、アクティベーション停止クライアントの起動方法を教えてください。
Accepted Answer
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
ご質問がある場合は、以下のリンクにアクセスし、カスタマー サポートへご連絡ください。
0 Comments
More Answers (0)
See Also
Categories
Find more on 製品のインストール in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!