view aim-mat/tools/units/modulation depth/@unit_mod_perc/unit_mod_perc.m @ 0:74dedb26614d

Initial checkin of AIM-MAT version 1.5 (6.4.2011).
author tomwalters
date Fri, 20 May 2011 12:32:31 +0100
parents
children
line wrap: on
line source
function nu=unit_mod_perc

str.name='%';
str.fullname='percent';

str.converter=unitconvertermultpow(0.01,1);

un=unit(str.name,str.fullname,str.converter);
nu=class(str,'unit_mod_perc',un);