开发实时编辑器任务
开发您自己的实时编辑器任务以用于实时脚本
实时编辑器任务是简单的点选式界面,可以嵌入到实时脚本中。任务表示一系列 MATLAB® 命令,这些命令是在用户探查参数时自动生成的。使用任务可缩短开发时间、减少错误并缩短在绘图上花费的时间。
除了 MATLAB 提供的实时编辑器任务之外,您还可以创建自己的实时编辑器任务。通过定义 LiveTask
基类的子类来开发自定义实时编辑器任务。
类
matlab.task.LiveTask | Base class for developing custom Live Editor tasks (自 R2022a 起) |
方法
setup | Set up instance of Live Editor task subclass |
generateCode | Generate code for instance of Live Editor task subclass |
reset | Reset instance of Live Editor task subclass |
函数
matlab.task.configureMetadata | Configure Live Editor task metadata (自 R2022a 起) |
matlab.task.removeMetadata | Remove Live Editor task metadata (自 R2022a 起) |
主题
- Live Editor Task Development Overview
Learn the basic steps for developing a Live Editor task.
- Create Simple Live Editor Task
Create a simple Live Editor task and add it to a live script.
- Create Live Editor Task from Selection
Convert a selection in the Live Editor into your own Live Editor task.
- Share Live Editor Tasks
After creating your own Live Editor task, you can share the task for others to use in the Live Editor.