Main Content

La traducción de esta página aún no se ha actualizado a la versión más reciente. Haga clic aquí para ver la última versión en inglés.

Desarrollar apps basadas en uifigure

Desarrolle apps de manera programática mediante las figuras de las IU diseñadas para la creación de apps (función uifigure)

Diseñe y edite apps de manera programática codificando su diseño y comportamiento mediante las funciones de MATLAB®. La función uifigure crea una figura configurada expresamente para la creación de apps y que ejerce de contenedor de la interfaz de usuario. Las figuras de la IU son compatibles con los mismos tipos de gráficas modernas y los componentes interactivos de la IU compatibles con App Designer.

Funciones

expandir todo

uifigureCreate figure for designing apps
uigridlayoutCreate grid layout manager
uipanelCreate panel container
uitabgroupCreate container for tabbed panels
uitabCreate tabbed panel
uiaxesCreate UI axes for plots in apps
axesCreate Cartesian axes
geoaxesCreate geographic axes
polaraxesCreate polar axes

Componentes comunes

uibuttonCreate push button or state button component
uibuttongroupCreate button group to manage radio buttons and toggle buttons
uicheckboxCreate check box component
uidatepickerCreate date picker component
uidropdownCreate drop-down component
uieditfieldCreate text or numeric edit field component
uihyperlinkCreate hyperlink component (desde R2021a)
uiimageCreate image component
uilabelCreate label component
uilistboxCreate list box component
uiradiobuttonCreate radio button component
uisliderCreate slider or range slider component
uispinnerCreate spinner component
uitable Create table user interface component
uitextareaCreate text area component
uitogglebuttonCreate toggle button component
uitreeCreate tree or check box tree component
uitreenodeCreate tree node component

Herramientas de la figura

uicontextmenuCreate context menu component
uimenuCreate menu or menu items
uipushtoolCreate push tool in toolbar
uitoggletoolCreate toggle tool in toolbar
uitoolbarCreate toolbar in figure

Componentes de instrumentación

uigaugeCreate gauge component
uiknobCreate knob component
uilampCreate lamp component
uiswitchCreate slider switch, rocker switch, or toggle switch component

Componentes extensibles

uihtmlCreate HTML UI component (desde R2019b)

Componentes personalizables

uistyleCreate style for UI component (desde R2019b)
addStyleAdd style to UI component (desde R2019b)
removeStyleRemove style from UI component (desde R2019b)

Nodo de árbol

expandExpand tree node
collapseCollapse tree node
moveMove tree node

Menú contextual

openOpen context menu at location within UI figure (desde R2020a)

Componentes desplazables

scrollScroll to location within component
isInScrollViewDetermine if component is visible in scrollable container (desde R2022a)

Componentes centrables

focusFocus UI component (desde R2022a)

Componentes extensibles

sendEventToHTMLSourceSend HTML UI component event from MATLAB to JavaScript (desde R2023a)

Diseño

uistackReorder visual stacking of UI components
moveguiMove figure to specified location on screen
uialertDisplay alert dialog box
uiconfirmCreate confirmation dialog box
uiprogressdlgCreate progress dialog box
uisetcolorOpen color picker
uigetfileOpen file selection dialog box
uiputfileOpen dialog box for saving files
uigetdirAbrir el cuadro de diálogo de selección de carpetas
uiopenOpen file selection dialog box and load selected file into workspace
uisaveOpen dialog box for saving variables to MAT-file

Propiedades

expandir todo

UI Figure PropertiesControl UI figure appearance and behavior for uifigure-based apps
GridLayout PropertiesControl grid layout manager behavior
Panel PropertiesControl panel appearance and behavior
TabGroup PropertiesControl tab group appearance and behavior
Tab PropertiesControl tab appearance and behavior
UIAxes PropertiesUI axes appearance and behavior
Axes Properties Axes appearance and behavior
GeographicAxes PropertiesControl geographic axes appearance and behavior
PolarAxes PropertiesPolar axes appearance and behavior

Componentes comunes

Button PropertiesControl button appearance and behavior
ButtonGroup PropertiesControl button group appearance and behavior
CheckBox PropertiesControl check box appearance and behavior
CheckBoxTree PropertiesControl check box tree appearance and behavior (desde R2021a)
DatePicker PropertiesControl date picker appearance and behavior
DropDown PropertiesControl drop-down list appearance and behavior
EditField PropertiesControl edit field appearance and behavior
Hyperlink PropertiesControl hyperlink appearance (desde R2021a)
Image PropertiesControl image component appearance and behavior
Label PropertiesControl label appearance
ListBox PropertiesControl list box appearance and behavior
NumericEditField PropertiesControl numeric edit field appearance and behavior
ProgressDialog PropertiesControl progress dialog box appearance and behavior
RadioButton PropertiesControl radio button appearance
RangeSlider PropertiesControl range slider appearance and behavior (desde R2023b)
Slider PropertiesControl slider appearance and behavior
Spinner PropertiesControl spinner appearance and behavior
StateButton PropertiesControl state button appearance and behavior
Table PropertiesControl table UI component appearance and behavior
TextArea PropertiesControl text area appearance and behavior
ToggleButton PropertiesControl toggle button appearance
Tree PropertiesControl tree appearance and behavior
TreeNode PropertiesControl tree node appearance and behavior

Herramientas de la figura

ContextMenu PropertiesControl context menu appearance and behavior
Menu PropertiesControl menu appearance and behavior
PushTool PropertiesControl push tool appearance and behavior
ToggleTool PropertiesControl toggle tool appearance and behavior
Toolbar PropertiesControl toolbar appearance and behavior

Componentes de instrumentación

DiscreteKnob PropertiesControl discrete knob appearance and behavior
Gauge PropertiesControl gauge appearance and behavior
Knob PropertiesControl knob appearance and behavior
Lamp PropertiesControl lamp appearance
LinearGauge PropertiesControl linear gauge appearance and behavior
NinetyDegreeGauge PropertiesControl ninety-degree gauge appearance and behavior
RockerSwitch PropertiesControl rocker switch appearance and behavior
SemicircularGauge PropertiesControl semicircular gauge appearance
Switch PropertiesControl switch appearance and behavior
ToggleSwitch PropertiesControl toggle switch appearance and behavior

Componentes extensibles

HTML PropertiesControl HTML UI component appearance and behavior (desde R2019b)
Style PropertiesStyle for table or tree UI component (desde R2019b)

Temas

Conceptos básicos de la creación de apps de forma programática

Personalizar el aspecto de la app

Programar el comportamiento de la app

Información relacionada