How to get simulink block diagram's width and height in pixel?
4 ビュー (過去 30 日間)
古いコメントを表示
How to get simulink block diagram's width and height in pixel?
0 件のコメント
回答 (1 件)
Sudeshna Bhattacharya
2018 年 2 月 21 日
Try using
>>get_param(gcb, 'position')
ans =
85 81 200 139
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!