AutoName

In Simulink, automatically names signals and blocks in certain use cases.
521 descargas
Actualizado 1 Sep 2016

Ver licencia

Very often in Simulink, it is desireable to have naming consistency between signals and certain blocks like inports, outports, tags, scopes, etc. These functions are examples of scripts that automatically apply such names according to certain stylistic rules explained in the sample model. This is partuclarly useful when used in a model's PreSaveFcn callback, as a way to reduce the manual effort of consistent naming while building a model.
Open the included model AutoNameTest.mdl and follow the instructions therein to see an example of how this works.

Citar como

Mike Anthony (2024). AutoName (https://www.mathworks.com/matlabcentral/fileexchange/31588-autoname), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Modeling en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.1

Updated license

1.1.0.0

Updated to be called from a custom menu item rather than in a callback function.

1.0.0.0