toolboxの機能停止について

5 vues (au cours des 30 derniers jours)
Yuichi Sugiyama
Yuichi Sugiyama le 7 Déc 2018
Commenté : Yuichi Sugiyama le 7 Déc 2018
toolboxの機能を停止させて、プログラムを動作させたいのですが
一番手軽で簡単な方法はありますでしょうか?
なるべくアンインストールなどしないで実現させたいと思っています。

Réponse acceptée

Akiko
Akiko le 7 Déc 2018
アンインストールと完全に等価ではありませんが、特定の Toolbox のライセンスを一時的に無効にする、という意味で、license コマンドの checktout オプションを使用することもできます。
下記は、Statistics and Machine Learning Toolbox を無効にする方法です。
>> license('checkout','Statistics_Toolbox','disable')
>> nanmean(rand(5))
'nanmean' には Statistics and Machine Learning Toolbox が必要です。
詳しくは、license コマンドのヘルプドキュメント、また、Feature 名については、下記も参考にしてみてください。
コードがどの製品を使っているか、確認する目的であれば、下記も参考になると思います。
  1 commentaire
Yuichi Sugiyama
Yuichi Sugiyama le 7 Déc 2018
ご回答、ありがとうございました。

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!