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
Propiedades
Temas
Conceptos básicos de la creación de apps de forma programática
- Create and Run a Simple Programmatic App
Step through the process of creating a simple app programmatically. - Componentes de creación de apps
Visualice muestras de los componentes de IU disponibles para crear apps modernas. - Ways to Build Apps
Choose an app building approach that best suits your project requirements and your preferred workflow.
Personalizar el aspecto de la app
- Lay Out Apps Programmatically
Manage the size, location, and front-to-back order of components programmatically. - Manage App Resize Behavior Programmatically
Manage the default automatic resizing behavior for programmatic apps. - Programmatic App That Displays a Table
Create a table UI component and modify its appearance and behavior programmatically. - Display Tabular Data in Apps
Control the display of different data types when using table array data in an app. - Style Cells in a Table UI Component
Color cells, format text, and display icons in a table UI component.
Programar el comportamiento de la app
- Create Callbacks for Apps Created Programmatically
Write callbacks to control the behavior of apps you create programmatically. - Share Data Among Callbacks
Manage and share data in your app using different techniques. - Interrupt Callback Execution
Learn how to control whether callbacks can be interrupted by other callbacks. - Create Responsive Apps
Apply techniques to improve the performance and responsiveness of your apps. - Improve App Startup Time
Improve the time it takes for your app to load by populating only the content that is visible.