How to get simulink block diagram's width and height in pixel?

10 views (last 30 days)
How to get simulink block diagram's width and height in pixel?

Answers (1)

Sudeshna Bhattacharya
Sudeshna Bhattacharya on 21 Feb 2018
Try using
>>get_param(gcb, 'position')
ans =
85 81 200 139

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!