How to get simulink block diagram's width and height in pixel?
4 views (last 30 days)
Show older comments
How to get simulink block diagram's width and height in pixel?
0 Comments
Answers (1)
Sudeshna Bhattacharya
on 21 Feb 2018
Try using
>>get_param(gcb, 'position')
ans =
85 81 200 139
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!