12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

uicontrol PropertiesUnits {pixels} | normalized | inches |centimeters | points | charactersUnits of measurement. The units <strong>MATLAB</strong> uses to interpret the Extent andPosition properties. All units are measured from the lower-left corner of thefigure window. Normalized units map the lower-left corner of the figurewindow to (0,0) and the upper-right corner to (1.0,1.0). pixels, inches,centimeters, and points are absolute units (1 point = 1/72 inch). Characterunits are characters using the default system font; the width of one characteris the width of the letter x, the height of one character is the distance betweenthe baselines of two lines of text. More information about character units.If you change the value of Units, it is good practice to return it to its defaultvalue after completing your computation so as not to affect other functions thatassume Units is set to the default value.UserDatamatrixUser-specified data. Any data you want to associate with the uicontrol object.<strong>MATLAB</strong> does not use this data, but you can access it using set and get.Valuescalar or vectorCurrent value of uicontrol. The uicontrol style determines the possible valuesthis property can have:• Check boxes set Value to Max when they are on (when selected) and Min whenoff (not selected).• List boxes set Value to a vector of indices corresponding to the selected listentries, where 1 corresponds to the first item in the list.• Pop-up menus set Value to the index of the item selected, where 1corresponds to the first item in the menu. The “Examples” section shows howto use the Value property to determine which item has been selected.• Radio buttons set Value to Max when they are on (when selected) and Minwhen off (not selected).• Sliders set Value to the number indicated by the slider bar.• Toggle buttons set Value to Max when they are down (selected) and Min whenup (not selected).• Editable text, frames, push buttons, and static text do not set this property.2-554

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!