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_voltage
function unitobj=unit_voltage

str.name='volatage';
ub=unitbag(str.name);
ub=add(ub,unit_voltage_volt);
ub=add(ub,unit_voltage_mvolt);
ub=add(ub,unit_voltage_muvolt);
ub=add(ub,unit_voltage_nvolt);

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

Contact us at files@mathworks.com