gtsam/wrap/tests/expected/matlab/+Pet/Kind.m

7 lines
81 B
Matlab

classdef Kind < uint32
enumeration
Dog(0)
Cat(1)
end
end