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

4 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

Manikanta Aditya
Manikanta Aditya el 12 de Feb. de 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.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by