Code covered by the BSD License
function [yd3] = ml2yd3(ml) % Convert volume from milliliters to cubic yards. % Chad Greene 2012 yd3 = ml* 0.0000013079506193;
Contact us