Class: coder.Dictionary
Package: coder
Determine whether Embedded Coder Dictionary is empty
tf = empty(coderDictionaryObj)
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.