
アクティベーションクライアント、アクティベーション停止クライアントの起動方法を教えてください。
20 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 27 Mai 2021
Modifié(e) : MathWorks Support Team
le 1 Août 2022
アクティベーションクライアント、アクティベーション停止クライアントの起動方法を教えてください。
Réponse acceptée
MathWorks Support Team
le 1 Août 2022
Modifié(e) : MathWorks Support Team
le 1 Août 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 製品のインストール dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!