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_frequency_hz
function nu=unit_frequency_hz

str.name='Hz';
str.fullname='Herz';

str.converter=unitconvertermultpow(1,1);

un=unit(str.name,str.fullname,str.converter);
nu=class(str,'unit_frequency_hz',un);

Contact us at files@mathworks.com