Simulink Library Usage Stats

버전 1.1.0.1 (1.54 KB) 작성자: Dan Lluch
Script that interrogates Simulink models for library block usage.
다운로드 수: 2K
업데이트 날짜: 2016/9/1

라이선스 보기

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

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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