Documentation of unit_angle


Index of all files: short | long | this subdirectory only: short | long


Function Synopsis

unitobj=unit_angle

Cross-Reference Information

This function calls

Listing of function 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);

Produced by mtree2html by Hartmut Pohlheim