How to find number of blocks in a simulink model
21 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Kaustubha Govind
2011-7-28
2 个评论
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
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
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')
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Configure and View Diagnostics 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!