I'm trying to fit my equation: eta=(d1*exp((-a1*(T-d2))/(a2+(T-d2))))/(1+((gama*d1*exp((-a1*(T-d2))/(a2+(T-d2))))/tau)^(1-n))
where: eta is the Viscosity in Pa s gamma is the Shear Rate in 1/s T is the Temperature in K. and its 425K a1, a2, d1, d2, n, tau are data-fitted coefficients.
As my understanding, since my eta (viscosity) result, I will put it as dependent parameter as y, and gamma as independent parameter as x.
If you want to create a user-defined function to fit your data, I suggest you can use the Fitting Function Builder to create your fitting function. Then you the user-defined function to fit your dataset.