Editing many GUI parameters in GUIDE

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.

답변 (1개)

Walter Roberson
Walter Roberson 2012년 12월 12일

0 개 추천

Experiment with this:
set( findall('-property', 'FontUnits'), 'FontUnits', 'normalized')

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

제품

태그

질문:

2012년 12월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by