Code covered by the BSD License
function [cc] = ml2cc(ml) % Convert volume from milliliters to cubic centimeters. % Chad Greene 2012 cc = ml;
Contact us