4 lines
105 B
Matlab
4 lines
105 B
Matlab
function n = temperature(self)
|
|
% TEMPERATURE - temperature (K)
|
|
%
|
|
n = mixturemethods(25, mix_hndl(self));
|