Skip to content

Instantly share code, notes, and snippets.

View stevenbell's full-sized avatar

Steven Bell stevenbell

View GitHub Profile
anonymous
anonymous / addsines.m
Created January 2, 2013 01:46
function addsines()
ampScale = 5;
%% Build the GUI
f = figure(1);
ampOneSlide = uicontrol('Style', 'slider', ...
'Units', 'normalized', ...