How to change the matlab maximum name length?

77 views (last 30 days)
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

Answers (1)

Walter Roberson
Walter Roberson on 28 Sep 2022
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.

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!