printing to true scale A4 paper

조회 수: 5 (최근 30일)
Victor Ramamoorthy
Victor Ramamoorthy 2019년 2월 20일
How do I print a closed curve on my 600 DPI Brother HL-1211W laser printer with true scale in millimeters? My Windows 10 DPI seems to be 120. My code is as follows:
fig = figure();
fig.Units = 'centimeters';
fig.PaperType = 'a4';
fig.PaperUnits = 'centimeters';
fig.PaperPositionMode = 'manual';
plot(g1(:,1),g1(:,2))
grid on
It does not produce a true scale print out. Please help.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by