使用 app 设计工具开发 app -凯发k8网页登录
使用 app 设计工具以交互方式开发 app
app 设计工具是交互式开发环境,用于设计 app 布局并对其行为进行编程。它提供 matlab® 编辑器的完整集成版本和大量交互式 ui 组件。它还提供网格布局管理器来组织您的用户界面,并提供自动调整布局选项来使您的 app 检测和响应屏幕大小的变化。它允许您通过直接从 app 设计工具工具条将 app 打包为安装程序文件中来分发 app,或通过创建独立的桌面 app 或 web app 来分发 app(需要 matlab compiler™)。
要快速入门,请参阅或观看 。
函数
打开 app 设计工具的起始页或现有 app 文件 |
主题
了解 app 设计工具基础知识
逐步执行使用 app 设计工具创建简单 app 的过程。
查看可用于构建现代 app 的 ui 组件示例。
在 app 设计工具画布上排列和配置组件。
使用代码视图对 app 的行为进行编程。
查看和合并两个 app 之间的更改。
自定义 app 外观
在 app 设计工具中管理默认的自动调整大小行为。
添加组件库中不可用的或要在运行时创建的 ui 组件。
在 app 设计工具中使用图形函数创建坐标区和图。
create table ui components, populate table data, and configure table behavior using app designer.
find community-authored ui components and charts for your apps, or create your own.
对 app 行为编程
编写回调,以控制在 app 设计工具中创建的 app 的行为。
将多个 app 组合成一个多窗口 app,并在这些 app 之间共享数据。
create an html file to embed html, javascript®, or css content in your app that can trigger or respond to data changes.
write scalable and reusable code by separating app data and algorithms from the user interface.
modularize an app designer app by separating out a portion of the layout as a custom ui component.
improve the responsiveness of apps you create with matlab app designer by using the background pool.
app 设计工具设置和兼容性
enable or disable options for app designer.
use keyboard shortcuts that work in design view and code view.
make your apps compatible with previous releases of app designer.
相关信息
- web apps (matlab compiler)