Main Content

Develop Live Editor Tasks

Develop your own Live Editor tasks for use in live scripts

住Editor tasks are simple point-and-click interfaces that can be embedded into a live script. Tasks represent a series of MATLAB®commands that are automatically generated as users explore parameters. Tasks are useful because they can help reduce development time, errors, and time spent plotting.

In addition to the Live Editor tasks that MATLAB provides, you can create your own Live Editor tasks. Develop a custom Live Editor task by defining a subclass of theLiveTaskbase class.

Classes

matlab.task.LiveTask Base class for developing custom Live Editor tasks

Methods

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

Functions

matlab.task.configureMetadata Configure Live Editor task metadata
matlab.task.removeMetadata 删除生活编辑任务的元数据

Topics