Simulink Model Uppercase Naming

Capitalizes the names of Simulink objects

Al momento, stai seguendo questo contributo

mdl_upper is a utility to convert the name of blocks and other Simulink components into purely uppercase.
MDL_UPPER(OBJECT) capitalizes the name of Simulink OBJECT and its children.

MDL_UPPER(OBJECTS) capitalizes the name of Simulink OBJECTS defined in a cell array. The function will not include any children of the objects defined. This enables the user to fully specify the objects they wish to manipulate.

Examples:
mdl_upper(bdroot)
capitalizes all object names in the current model

myblocks = find_system(bdroot,'BlockType','Scope');
mdl_strrep(myblocks)
capitalizes the name of all Scopes in the model

Cita come

Will Campbell (2026). Simulink Model Uppercase Naming (https://it.mathworks.com/matlabcentral/fileexchange/26426-simulink-model-uppercase-naming), MATLAB Central File Exchange. Recuperato .

Categorie

Scopri di più su Modeling in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.1

Updated license

1.0.0.0