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_vratio
function unitobj=unit_vratio

str.name='angle';
ub=unitbag(str.name);
ub=add(ub,unit_vratio_vratio);
ub=add(ub,unit_vratio_db);
ub=add(ub,unit_vratio_db_atten);

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




Contact us at files@mathworks.com