toolboxの機能を停止させて、プログラムを動作させたいのですが
一番手軽で簡単な方法はありますでしょうか?
なるべくアンインストールなどしないで実現させたいと思っています。

 Réponse acceptée

Akiko
Akiko le 7 Déc 2018

2 votes

アンインストールと完全に等価ではありませんが、特定の 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)

Catégories

En savoir plus sur 起動と終了 dans Centre d'aide et File Exchange

Produits

Version

R2017b

Community Treasure Hunt

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

Start Hunting!