Mercurial > hg > aimmat
view aim-mat/tools/units/modulation depth/@unit_mod_perc/unit_mod_perc.m @ 4:537f939baef0 tip
various bug fixes and changed copyright message
author | Stefan Bleeck <bleeck@gmail.com> |
---|---|
date | Tue, 16 Aug 2011 14:37:17 +0100 |
parents | 74dedb26614d |
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);