12 December 2017 2 9K Report

I'm having trouble understanding a small portion of a code for partial shading of PV array, I don't know from where these equations were taken and what their purpose is. Any form of help will be really appreciated. Here is the code:

  • %%%%Cheaking The Condition That log((Iph-I+Ir)/Ir) Is Real Or Not%%%%%%%
  • po=log((Iph-I+Ir)/Ir);
  • if(isreal(po))
  • Vc=(Vt_T*po)-I*Rs;
  • else
  • Vc=Vc-0.01;
  • end
  • if(Vc
  • Similar questions and discussions