Main Content
valid
Class: coder.dictionary.Entry
Namespace: coder.dictionary
Determine if coder.dictionary.Entry
object represents a valid
code definition
Syntax
tf = valid(entryObj)
Description
returns tf
= valid(entryObj
)true
if the coder.dictionary.Entry
object entryObj
is valid. A
coder.dictionary.Entry
object is valid if it represents an existing code
definition. When you remove the code definition that the entry represents, the
coder.dictionary.Entry
object is not valid.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b