Adjusting figure and axes size

1 次查看(过去 30 天)
RZM
RZM 2016-8-4
I have a problem with setting the size of figures and axes objects in MATLAB. I have tried to set the size of a figure to precisely 20 by 20 centimeters for example by the following scripts
a = figure;
set(a, 'Units', 'centimeters')
set(a, 'Position', [0, 0, 20, 20])
But It makes a figure with different size! I have the same problem in setting the axes size. Also I wanted to know how can I accurately set its size in a way it does not change based on the screen resolution, and the size remains the same on different computer screens?
Thanks in advance Ramtin

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by