Code covered by the BSD License
function [qt] = ml2qt(ml) % Convert volume from milliliters to US liquid quarts. % Chad Greene 2012 qt = ml*0.0010566882094;
Contact us