MatrixBerryCore
ShowCellTestEnum.m
Go to the documentation of this file.
1 classdef ShowCellTestEnum<int32
2  enumeration
3  Internal(0)
4  External(1)
5  NotDefined(2)
6  end
7 end