9 lines
No EOL
247 B
Matlab
9 lines
No EOL
247 B
Matlab
function wtm = meanMolecularWeight(p)
|
|
% MEANMOLECULARWEIGHT - Mean molecular weight.
|
|
%
|
|
% This method is a synonym for method meanMolarMass and is
|
|
% provided for backward compatibility.
|
|
%
|
|
% See also; meanMolarMass
|
|
%
|
|
wtm = meanMolarMass(p); |