How to change the matlab maximum name length?

85 ビュー (過去 30 日間)
huan xi
huan xi 2022 年 9 月 28 日
回答済み: Walter Roberson 2022 年 9 月 28 日
Hi,
I got a problem that when I changed the calibration table breakpoint name in my model, there is a warning indicate:
exceeds the MATLAB maximum name length of 63 characters.
Because I need to differenate the calibration used in different SWCs, I have to use the breakpoint name which exceeds 63 characters, is there any solution or function that I can change the name length temporarily?
Hope to get your answers, thank you, have a good day!!
Best Regards
XH

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 9 月 28 日
No there is no way to do that. The variable names and field names of struct and property names of objects are all stored as fixed-length fields so that it is not necessary to do memory management on the names.

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by