/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to gauss_twopk.m

  • Committer: Suren A. Chilingaryan
  • Date: 2009-01-15 13:50:29 UTC
  • Revision ID: csa@dside.dyndns.org-20090115135029-wleapicg9a4593tp
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
function F = gauss_twopk(x,xdata)
 
2
        F = (x(1)*exp((-(xdata-x(2)).^2)./(2.*x(3).^2))) + (x(4)*exp((-(xdata-x(5)).^2)./(2.*x(6).^2))) + x(7);
 
 
b'\\ No newline at end of file'