how do I know which toolboxes are installed?
古いコメントを表示
At the moment we are using a sort of temporary file "alderadyInstalledToolboxes.txt" to deploy toolboxes on demand, but we wondering if there is an easy way to see which toolboxes are already installed into a windows workstation. Registry? File system? how does the installer know which are already there?
Edit: We would like to get this information outside Matlab, from an external query to some "hidden" xml, file, registry or whatever.
Thanks,
alessio
採用された回答
その他の回答 (1 件)
KSSV
2021 年 11 月 17 日
0 投票
4 件のコメント
Alessio
2021 年 11 月 17 日
Rik
2021 年 11 月 17 日
Most Matlab installations will allow you to run code. You could use any of the suggested links to run Matlab code that will determine what you need.
There is no officially supported external method to detect this, although you are correct there must be a way (otherwise the installer wouldn't know either).
KSSV
2021 年 11 月 17 日
toolboxName = 'Signal_Toolbox' ;
license('test',toolboxName)
Alos try
ver
Rik
2021 年 11 月 17 日
I seem to recall Walter has posted a full list of the toolboxes with old names and variants etc. I'm sure you would be able to find that list relatively easily.
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!