lucy123
Junior Member level 2

Hi all,
I have obtained the dielectric properties of biological tissue and I am trying to fit a cole-cole model to the dielectric const.
function diff = function_110502(x,freq)
diff = A+((B-A)./(1+(2*pi*freq*C).^(2*(1-D))))
X0=[set of initial conditions]';
[x]=lsqcurvefit(@function_110502,X0,freq,Y)
I have tried using lsqcurvefit but it giving me back the initial values. I have also tried to use the cftool directly using the non-linear least square but still unsuccessful.
Can anyone help pls?
I have obtained the dielectric properties of biological tissue and I am trying to fit a cole-cole model to the dielectric const.
function diff = function_110502(x,freq)
diff = A+((B-A)./(1+(2*pi*freq*C).^(2*(1-D))))
X0=[set of initial conditions]';
[x]=lsqcurvefit(@function_110502,X0,freq,Y)
I have tried using lsqcurvefit but it giving me back the initial values. I have also tried to use the cftool directly using the non-linear least square but still unsuccessful.
Can anyone help pls?