How to change the matlab maximum name length?

79 visualizaciones (últimos 30 días)
huan xi
huan xi el 28 de Sept. de 2022
Respondida: Walter Roberson el 28 de Sept. de 2022
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

Respuestas (1)

Walter Roberson
Walter Roberson el 28 de Sept. de 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.

Categorías

Más información sobre Simulink Functions en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by