필터 지우기
필터 지우기

Printing on A3 paper to true scale

조회 수: 11 (최근 30일)
shoba
shoba 2017년 4월 12일
댓글: shoba 2017년 4월 18일
I would like to print onto A3 landscape paper a circle of exactly 28cm diameter, and after looking through answers to similar questions, am confused about which combination of figure, paper and axis properties to specify to make this happen. The figure is larger than my screen. Here's the code to draw the circle, theta = [0:10:360]; x=14*cosd(theta)+14; y=14*sind(theta)+14; plot(x,y,'-r') axis tight K>> daspect([1 1 1]); figure=gcf; figure.Units='centimeters';
How do I print this out to the correct size of 28 cm? Thanks!

답변 (1개)

Nirav Sharda
Nirav Sharda 2017년 4월 17일
Here is a link to a MATLAB Answers post that can be helpful in achieving this. I hope this helps.
  댓글 수: 1
shoba
shoba 2017년 4월 18일
Hi Nirav, I'd looked at the link you mention before posting this question. It works when the figure (in this case my circle) is smaller than the screensize but truncates it when larger. Is there a way of tiling the print job so that it prints over more than 1 page ? On the positive side, the figure is now true to scale.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by