view aim-mat/tools/units/angle/@unit_angle_deg/unit_angle_deg.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_angle_deg

str.name='deg';
str.fullname='degree';

str.converter=unitconvertermultpow(2*pi/360,1);

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