I want to compute 'I pv' , 'I o' , 'R s' , 'R p' and 'a' using Non linear least square method. Although the problem appears simple one can use fsolve or nonlsqlin etc with system of non linear equations in matlab but i am unable to compute the correct values. This is the reference research paper i used
B. K. Nayak, A. Mohapatra, and K. B. Mohanty, “Parameters estimation
of photovoltaic module using nonlinear least square algorithm: A
comparative study,” in Proc. Annu. IEEE India Conf., 2013, pp. 1–6.
Kindly help me with the matlab code for NLS method.
Thanks