coder.descriptor.NonEvenSpacingMetadata Class
Namespace: coder.descriptor
Superclasses: coder.descriptor.FixAxisMetadata
Description
The coder.descriptor.NonEvenSpacingMetadata
object describes the points in
breakpoint set data that are non-evenly spaced.
Creation
creates a params
= getDataInterfaces(codeDescObj
, dataInterfaceName
)coder.descriptor.BreakpointDataInterface
object for each dimension in
the lookup table. The codeDescObj
object is the
coder.codedescriptor.CodeDescriptor
object created for the model by using the
getCodeDescriptor
function.
The coder.descriptor.BreakpointDataInterface
object has property
FixAxisMetadata
that contains a coder.descriptor.FixAxisMetadata
object. The
coder.descriptor.FixAxisMetadata
further contains a
coder.descriptor.NonEvenSpacingMetadata
object if the breakpoint set data is
non-evenly spaced.
Input Arguments
Properties
Examples
Version History
Introduced in R2020b