Main Content
valid
Class: coder.Dictionary
Namespace: coder
Determine whether coder.Dictionary
object represents a valid
Embedded Coder Dictionary
Syntax
tf = valid(coderDictionaryObj)
Description
returns tf
= valid(coderDictionaryObj
)true
if the coder.Dictionary
object
coderDictionaryObj
is valid. A coder.Dictionary
object
is valid if it represents an existing Embedded Coder Dictionary. When you remove the Embedded
Coder Dictionary, the coder.Dictionary
object is not valid.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b