How to change the matlab maximum name length?

15 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Interactive Model Editing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by