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);