HOW TO SOLVE THIS PROBLEM

6 visualizaciones (últimos 30 días)
Younis Firwana
Younis Firwana el 18 de Dic. de 2018
Respondida: Jing Ci Neo el 25 de En. de 2021
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 comentarios
Younis Firwana
Younis Firwana el 19 de Dic. de 2018
explain the problem to me, please. then tell me how to solve it
Rik
Rik el 19 de Dic. de 2018
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.

Iniciar sesión para comentar.

Respuestas (1)

Jing Ci Neo
Jing Ci Neo el 25 de En. de 2021
You can try
set(gcf, 'PaperUnits', 'Inches')

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by