MatrixBerryCore
TestEnum.m
Go to the documentation of this file.
1 classdef TestEnum<int32
2  enumeration
3  Alpha(0)
4  Beta(1)
5  Gamma(2)
6  end
7 end