Find Unused Fields in Simulink Structure Variables

Find fields of a structure not used by Simulink model.
41 descargas
Actualizado 31 oct 2017

Ver licencia

findFields(M) returns a cellstr array that lists fields of structures unused by the model M. The utility will identify all structures used by the model and its submodels. It will then determine which fields of those structures are specifically referenced by the model, cross reference that result with all the fields in the structure and return a list of unused fields.

Citar como

Will Campbell (2024). Find Unused Fields in Simulink Structure Variables (https://www.mathworks.com/matlabcentral/fileexchange/64858-find-unused-fields-in-simulink-structure-variables), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Programmatic Model Editing 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.0.0.0

added copyrights