Code covered by the BSD License  

Highlights from
Interactive Peak Fitter, version 2.2

image thumbnail
from Interactive Peak Fitter, version 2.2 by Tom O'Haver
A peak fitting program for time-series signals.

ipfzoom10down
function ipfzoom10down
% ZOOMS DOWN 10 points and redraws graph
% Tom O'Haver,   Version 1.6, November 10, 2006.

global x
global y
global xx
global yy
global xo
global dx
global start

dx=dx-10;
[xx,yy,start]=RedrawSignal(x,y,xo,dx);

% axes(h);
h2=gca;

Contact us at files@mathworks.com