p0=[1 1 1 1];f=@(x,a,b,c,d)a*exp(b*x)+c*exp(d*x);p=fminsearch(sum((@(p)f(xdata,p(1),p(2),p(3),p(4))-ydata).^2),p0,A,b)
请先运行cftool命令,然后就懂了。