Filter löschen
Filter löschen

Editing many GUI parameters in GUIDE

2 Ansichten (letzte 30 Tage)
John Petersen
John Petersen am 12 Dez. 2012
Is there a way to globally change a parameter in the .fig file while using GUIDE? I want to change all my fontunits to normalized so the text shrinks and expands with the window size. I have dozens of items in the figure so it is very tedious to do each one by double clicking, changing the value, then closing the property window.

Antworten (1)

Walter Roberson
Walter Roberson am 12 Dez. 2012
Experiment with this:
set( findall('-property', 'FontUnits'), 'FontUnits', 'normalized')

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by