get_active_features_licenses
                    Version 1.0.2 (1,9 ko) par  
                  Matlab Pro
                
                
                  Easy understanding which features/toolboxes installed for various MATLAB versions on your computer
                
                  
              Easy understanding which features/toolboxes installed for various MATLAB versions on your computer
The contents is "get_active_features_licenses" script which returns features for the current Matlab release.
 get_active_features_licenses - outputs the active features (toolboxes) licenses
  Syntax:
      [out, rel_out] = get_active_features_licenses(<release(s)>)
  inputs:
       default = no input: for current Matlab release
       a string: for this release
       a cellarray: for these releases
       wildcards are posssibe ('*'= all releases, '202*' ...)
  outputs
      out = a cell array holding currenht licsensed features.
            If multiple releases found: out = cell of cells
      rel_out = a string holding relevant release
            If multiple releases found: out = cell array
  Examples:
    [out, rel_out] = get_active_features_licenses(); % for current release
    [out, rel_out] = get_active_features_licenses('*'); % for all releases
  P.S. In order to query for a speacific feature - use the 'license' command
  Example: [status,errmsg] = license('checkout','Audio_System_Toolbox');
  more...
  license('checkout', <feature>) : Check out an active license for <feature>
                  (Still it can be not installed..)
  license('inuse') : Display a list of licenses currently being used
  ver: shows installed features (use can install many feature but still
         - cannot use them till he has active licenses)
  See also:  license, ver, version
- an attached script (get_active_features_licenses_GUI) which create a user-friendly GUI
Citation pour cette source
Matlab Pro (2025). get_active_features_licenses (https://fr.mathworks.com/matlabcentral/fileexchange/167621-get_active_features_licenses), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
              Créé avec
              R2023b
            
            
              Compatible avec toutes les versions
            
          Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.2 | Code made to support older Matlab versions | ||
| 1.0.1 | small bug fix | ||
| 1.0.0 | 
