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.

Mantener o convertir apps basadas en figure

Mantenga apps creadas de manera programática mediante la función figure o apps exportadas desde GUIDE

Si crea apps mediante la función figure o exporta una app GUIDE a un archivo de MATLAB®, puede seguir desarrollando, ejecutando y editando estas apps, aunque estas no aprovecharán las funcionalidades y los componentes de la IU disponibles con las figuras de la IU. Para obtener información sobre otras maneras de crear apps, consulte Ways to Build Apps.

Funciones

expandir todo

axesCreate Cartesian axes
uicontrolCreate user interface control
uitable Create table user interface component
uipanelCreate panel container
uibuttongroupCreate button group to manage radio buttons and toggle buttons
uitabCreate tabbed panel
uitabgroupCreate container for tabbed panels
uimenuCreate menu or menu items
uicontextmenuCreate context menu component
uitoolbarCreate toolbar in figure
uipushtoolCreate push tool in toolbar
uitoggletoolCreate toggle tool in toolbar
alignAlign UIControl components and Axes objects
moveguiMove figure to specified location on screen
getpixelpositionGet component position in pixels
setpixelpositionSet component position in pixels
listfontsList available system fonts
textwrapWrap text for user interface control
uistackReorder visual stacking of UI components

Alertas

errordlgCreate error dialog box
warndlgCreate warning dialog box
msgboxCreate message dialog box
helpdlgCreate help dialog box
waitbarCreate or update wait bar dialog box

Confirmación y entrada

questdlgCreate question dialog box
inputdlgCreate dialog box to gather user input
listdlgCreate list selection dialog box
uisetcolorOpen color picker
uisetfontOpen font selection dialog box
export2wsdlgCreate dialog box for exporting variables to workspace

Sistema de archivos

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

Impresión y exportación

printdlgOpen figure Print dialog box
printpreviewOpen figure Print Preview dialog box
exportsetupdlgOpen figure Export Setup dialog box

Otros

dialogCreate empty modal dialog box
uigetpref Create dialog box that opens according to user preference
uiwaitBlock program execution and wait to resume
uiresumeResume execution of suspended program
waitforBlock execution and wait for condition
waitforbuttonpressWait for click or key press
getappdataRetrieve application data
setappdataStore application data
isappdataDetermine if application data exists
rmappdataRemove application data
guidataStore or retrieve UI data
guihandlesRetrieve child objects of figure
uisetprefManage preferences used in uigetpref

Propiedades

expandir todo

Axes Properties Axes appearance and behavior
UIControl PropertiesControl appearance and behavior of user interface control
Table PropertiesControl table UI component appearance and behavior
Panel PropertiesControl panel appearance and behavior
ButtonGroup PropertiesControl button group appearance and behavior
Tab PropertiesControl tab appearance and behavior
TabGroup PropertiesControl tab group appearance and behavior
Menu PropertiesControl menu appearance and behavior
ContextMenu PropertiesControl context menu appearance and behavior
Toolbar PropertiesControl toolbar appearance and behavior
PushTool PropertiesControl push tool appearance and behavior
ToggleTool PropertiesControl toggle tool appearance and behavior

Temas