2D scipy.optimize.curve_fit using a 1D approach
My goal is to achieve a two dimensional curve fit using scipy curve_fit function (I’m a bit lazy and just wanted to apply my typical 1D curve fitting to a 2D surface).
My goal is to achieve a two dimensional curve fit using scipy curve_fit function (I’m a bit lazy and just wanted to apply my typical 1D curve fitting to a 2D surface).