4 lines
99 B
Matlab
4 lines
99 B
Matlab
function i = mix_hndl(self)
|
|
% MIX_HNDL - integer used to access kernel object
|
|
%
|
|
i = self.mixindex;
|