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_current
function unitobj=unit_current

str.name='current';
ub=unitbag(str.name);
ub=add(ub,unit_current_ampere);
ub=add(ub,unit_current_mampere);
ub=add(ub,unit_current_muampere);
ub=add(ub,unit_current_nanoampere);

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

Contact us at files@mathworks.com