Mercurial > hg > aimmat
view aim-mat/tools/units/unit classes/@unit/unit.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 un=unit(name,fullname,converter); str.name=name; % the name of the unit str.fullname=fullname; % the long name of the unit str.converter=converter; % the converter un=class(str,'unit');