No BSD License  

Highlights from
Create Interactive GUIs

image thumbnail
from Create Interactive GUIs by Stefan Bleeck
Produce powerful all-purpose GUIs with minimal effort.

unit_angle
function unitobj=unit_angle

str.name='angle';
ub=unitbag(str.name);
ub=add(ub,unit_angle_rad);
ub=add(ub,unit_angle_deg);
ub=add(ub,unit_angle_perc);
ub=add(ub,unit_angle_frac);



unitobj= class(str,'unit_angle',ub);




Contact us at files@mathworks.com