
アクティベーションクライアント、アクティベーション停止クライアントの起動方法を教えてください。
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 27 de Mayo de 2021
Editada: MathWorks Support Team
el 1 de Ag. de 2022
アクティベーションクライアント、アクティベーション停止クライアントの起動方法を教えてください。
Respuesta aceptada
MathWorks Support Team
el 1 de Ag. de 2022
Editada: MathWorks Support Team
el 1 de Ag. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre 製品のインストール en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!