Adjusting figure and axes size
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!