How can I tell which feature names should be used within my options file?

6 views (last 30 days)
I am the administrator for a network-based license and am looking into creating an options file. Is there a way I can view the feature names for all of the products included with my license? 

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 1 Mar 2023
Edited: MathWorks Support Team on 1 Mar 2023
MathWorks doesn't typically provide a list of feature names, as the list will vary between product release numbers and licensed products. You can carefully review your license file to obtain the feature name for a product. For example:
INCREMENT Feature_Name MLM 46 30-jan-2025 13 FDC7243F4976 \ VENDOR_STRING=vi=0:at=200:ae=1:lu=300:lo=CN:ei=1234567:lr=1:2p=0: \ DUP_GROUP=UH asset_info=123456 ISSUED=22-July-2022 BORROW=720 \ NOTICE=product=Product Name SN=123456 SIGN="00C8 0547 EFDF 50D7 B9CE \ 4C9D 3348 561B E9E3 6CCA 7986 C2F6 38C8 794F EE84"
The attached 'licenseParse.m' file may save you time by parsing your license file for you. The resulting information will contain two lists: a list of products in your license and a list of the feature names associated with those products.

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!