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

6 ビュー (過去 30 日間)
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?

採用された回答

Manikanta Aditya
Manikanta Aditya 2025 年 2 月 12 日
  • 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.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

製品


リリース

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by