Find Unused Fields in Simulink Structure Variables

Find fields of a structure not used by Simulink model.
41 Downloads
Updated 31 Oct 2017

View License

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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Programmatic Model Editing in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

added copyrights