How to get simulink block diagram's width and height in pixel?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How to get simulink block diagram's width and height in pixel?
0 comentarios
Respuestas (1)
Sudeshna Bhattacharya
el 21 de Feb. de 2018
Try using
>>get_param(gcb, 'position')
ans =
85 81 200 139
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!