7 lines
81 B
Matlab
7 lines
81 B
Matlab
|
|
classdef Kind < uint32
|
||
|
|
enumeration
|
||
|
|
Dog(0)
|
||
|
|
Cat(1)
|
||
|
|
end
|
||
|
|
end
|