How to find number of blocks in a simulink model

조회 수: 24 (최근 30일)
Manpreet
Manpreet 2011년 7월 28일
편집: vijay reddy 2021년 9월 9일
I have large size simulink models.i want to find number of blocks used in that simulink model.also tell can be find the following information about simulink model: Number of connections, used block types, maximum size of connected components, number of connected components, number of edges and nodes plz help.its urgent

채택된 답변

Kaustubha Govind
Kaustubha Govind 2011년 7월 28일
  댓글 수: 2
Kaustubha Govind
Kaustubha Govind 2011년 8월 3일
Manpreet asked:
When i giving same simulink model to MATLAB 7.1 and MATLAB 7.8.0,then "sldiagnostics" command returns differnt number of blocks as answer
Kaustubha Govind
Kaustubha Govind 2011년 8월 3일
I'm not sure why this could be, but you could perform a comparison of the list of blocks between the two release and see what the additional blocks are. This could provide a clue.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

vijay reddy
vijay reddy 2021년 9월 7일
편집: vijay reddy 2021년 9월 9일
To find Number of each type of block, Number of each type of Stateflow® object and Number of states, outputs, inputs, and sample times of the root model of system 'sys' you can try this.
sldiagnostics('sys')
if you need number of each type of block only
sldiagnostics('sys','countblocks')

카테고리

Help CenterFile Exchange에서 Configure and View Diagnostics에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by