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_none
function unitobj=unit_none

str.name='no unit';
ub=unitbag(str.name);
ub=add(ub,unit_none_empty);

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




Contact us at files@mathworks.com