4 lines
98 B
Matlab
4 lines
98 B
Matlab
function n = nPhases(self)
|
|
% NPHASES - number of phases
|
|
%
|
|
n = mixturemethods(19, mix_hndl(self));
|