HOW TO SOLVE THIS PROBLEM

조회 수: 6 (최근 30일)
Younis Firwana
Younis Firwana 2018년 12월 18일
답변: Jing Ci Neo 2021년 1월 25일
ASL_GUI
Error using figure
PaperSize cannot be set in normalized PaperUnits.
To set PaperSize:
Set PaperType to a different value, or
Change PaperUnits to inches, centimeters, or points, and then set PaperSize.
Error in ASL_GUI
Error in ASL_GUI
Error in ASL_GUI
  댓글 수: 3
Younis Firwana
Younis Firwana 2018년 12월 19일
explain the problem to me, please. then tell me how to solve it
Rik
Rik 2018년 12월 19일
The PaperUnits property of your figure is set to Normalized, which means that you can't set an explicit value for the PaperSize property, because it is by definition 1.

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

답변 (1개)

Jing Ci Neo
Jing Ci Neo 2021년 1월 25일
You can try
set(gcf, 'PaperUnits', 'Inches')

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by