MATLAB: How to identify parameters of a nonlinear implicit function

implicit functionnlinfit

I write the function in the form of f(x,y)=0, make x,y as input and 0 as output, then employ nlinfit. But the result is poor. Is there any better way to do that?

Best Answer

Fan you will need to provide more information.
What do you mean by poor results? Can you provide f(x,y) this will be really helpful.
There are limitations based on how f(x,y) looks and we can suggest alternate approaches based on that.