类似如下:Fit the best-fit parameters a, b, and c:In[2]:= FindFit[%, a x Log[b + c x], {a, b, c}, x]Out[2]= {a -> 1.42076, b -> 1.65558, c -> 0.534645}