HOW TO SOLVE THIS PROBLEM

5 ビュー (過去 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 Center および File ExchangePrinting and Saving についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by