view aim-mat/tools/units/no unit/@unit_none_empty/unit_none_empty.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_none_empty

str.name='';
str.fullname='no unit';

str.converter=unitconvertermultpow(1,1);;

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