tomwalters@0: function nu=unit_mod_perc tomwalters@0: tomwalters@0: str.name='%'; tomwalters@0: str.fullname='percent'; tomwalters@0: tomwalters@0: str.converter=unitconvertermultpow(0.01,1); tomwalters@0: tomwalters@0: un=unit(str.name,str.fullname,str.converter); tomwalters@0: nu=class(str,'unit_mod_perc',un);