Simulink Library Usage Stats

Versión 1.1.0.1 (1.54 KB) por Dan Lluch
Script that interrogates Simulink models for library block usage.
2K descargas
Actualizado 1 Sep 2016

Ver licencia

This file leverages SLDIAGNOSTICS to extract statistics of library block usage from Simulink Diagrams. It will report
- number of times blocks are used from each library
- how many unique blocks are from that library and the total count of each.
Here is sample output for one library in a sample model:

dsparch4 : 5
unique blocks : 2
dsparch4/Digital Filter Design : 4
dsparch4/Digital Filter : 1

Citar como

Dan Lluch (2024). Simulink Library Usage Stats (https://www.mathworks.com/matlabcentral/fileexchange/3928-simulink-library-usage-stats), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
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

- added copyright line to MATLAB file

1.0.0.0

cleaned output presentation: added indents and removed new line characters