Main Content
empty
Class: coder.Dictionary
Namespace: coder
Determine whether Embedded Coder Dictionary is empty
Syntax
tf = empty(coderDictionaryObj)
Description
returns tf
= empty(coderDictionaryObj
)true
if the coder.Dictionary
object
coderDictionaryObj
is empty. When you remove the Embedded Coder
Dictionary from a model or a data dictionary by using coder.dictionary.remove
, the Embedded Coder Dictionary becomes empty.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b