09-08-2014 05:42 AM - edited 09-08-2014 05:46 AM
Hi all,
I have attached intensity graph which is obtained from edge detection function. Its a 2d array of numeric data. I wanted to do a curve fit for this data. Can anybody help me.
09-08-2014 06:32 AM
First thing you have to have a clue about is the curve form. Is it a cylindric/circle form or a sine or else. Then you choose the proper fiting function in Mathematics > Fitting.
I assume it is a cylindrical form, so I would go with the "Nonlinear curve fit" and implement a formula string for z=z(x,y).
09-08-2014 07:59 AM
hey thanks for your reply, plz find the intensity graph data attached to the post. i am supposed to do fitting for this. I guess parabolic fitting will do for this. How should i go about it?
09-08-2014 08:03 AM
I wonder that you have nobody [the designer] to ask, what was to original form to create.
Can you do something using my suggestion earlier?
09-08-2014 09:57 AM
Don't you first get coordinates (Y and X) of white points, and then do a curve fit?
Remove points on top and bottom first.