HOW TO SOLVE THIS PROBLEM
Afficher commentaires plus anciens
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 commentaires
Rik
le 18 Déc 2018
The error message seems clear to me. What part is confusing you?
Younis Firwana
le 19 Déc 2018
Rik
le 19 Déc 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.
Réponses (1)
Jing Ci Neo
le 25 Jan 2021
You can try
set(gcf, 'PaperUnits', 'Inches')
Catégories
En savoir plus sur C4ISR dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!