coderTypeEditor
Description
coderTypeEditor
opens an empty Coder Type Editor dialog box. If a
dialog box is already open, this command brings it to the front of the screen.
You can use the Coder Type Editor to create and edit coder.Type
objects interactively. See Create and Edit Input Types by Using the Coder Type Editor.
coderTypeEditor
opens a Coder
Type Editor dialog box pre-populated with var1 ... varN
coder.Type
objects corresponding to
the workspace variables var1
through varN
. For a
variable var
, the name of the generated coder.Type
object is varType
.
coderTypeEditor -all
opens a Coder Type Editor dialog box
pre-populated with coder.Type
objects corresponding to
all compatible variables in the current workspace.
coderTypeEditor -close
closes an open Coder Type Editor dialog
box.
Examples
Input Arguments
Version History
Introduced in R2020a