Adding names to the mlm.opt file when the maximum allowable number of characters (4000) is reached.

4 vues (au cours des 30 derniers jours)
We would like to enter additional names to selected toolboxes and blocksets within the mlm.opt (options) file. However, we have reached the maximum number of allowed characters (4000). To get around this, we haved deleted some names from the line. Is there a way to split the line?

Réponse acceptée

Manikanta Aditya
Manikanta Aditya le 12 Fév 2025
  • If you have a large number of users, you can create multiple groups and then include those groups in the relevant INCLUDE or EXCLUDE statements. For example:
GROUP myGroup1 user1 user2 user3 user4 user5
GROUP myGroup2 user6 user7 user8 user9 user10
INCLUDE MATLAB GROUP myGroup1
INCLUDE MATLAB GROUP myGroup2
  • You can split the entries across multiple lines by continuing the group definition on the next line. For example:
GROUP myGroup user1 user2 user3 user4 user5 \
user6 user7 user8 user9 user10
You can refer to the following MATLAB Answer post:
I hope this helps.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by