license function can't list Computer Vision Toolbox™?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
cui,xingxing
am 27 Jul. 2024
Beantwortet: Walter Roberson
am 27 Jul. 2024
When I use license function to check if there is already a Computer Vision Toolbox™ in the MATLAB environment, I don't know how to get what the function input parameter `feature` corresponds to the name of this toolbox? I have tried the following methods and they all return a status of 0, but I am sure that Computer Vision Toolbox is installed and working, how do I find out what the name of the `feature` corresponds to?
license("test","computer_vision_toolbox")
license("test","vision_toolbox")
license("checkout","computer_vision_toolbox")
-------------------------------------------------------------------------------------------------------
Another related question is: How can I check if a specific toolbox is installed in the current environment using MATLAB code?
As far as I know, the ver function can return all installed toolboxes status and then you can search for the name, but the official documentation no longer recommends using the ver function since R2023b. Instead, it suggests using the matlabRelease function, but this function only returns the version number and does not provide the installation status of the toolboxes.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!