Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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 .
Informazioni generali
- Versione 1.0.0.1 (1,88 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
