Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IceMaster and version 3.7.1

Znav
nextMATLAB Mapping for Structures
prevMATLAB Mapping for Basic Types

A Slice enumeration maps to the corresponding enumeration in MATLAB. For example:

...

Code Block
languagematlab
titleMATLAB
classdef Fruit < int32
    enumeration
        Apple (0)
        Pear (3)
        Orange (4)
    end
    ...
end

Ztop

See Also

Znav
nextMATLAB Mapping for Structures
prevMATLAB Mapping for Basic Types