Community Profile

photo

Aryan Sharma


Last seen: 10 months ago Active since 2023

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


Problem in getting correct output for double diode model of pv array
the following is the code for solving current equation of a double diode model of a pv array, it throws an error when I run it ...

11 months ago | 1 answer | 0

1

answer

Question


I am trying to solve current equations of a pv cell using fsolve butit keeps showing error, can someone pls see what the error in my code is?
Here is the main code: clc; clear all; Pmpp = 50; %Max Power Vmpp = 17.98; %Vol at Pmax Impp = 2.77; %Cur...

1 year ago | 1 answer | 0

1

answer

Question


I am trying to solve current equations of a pv cell using fsolve butit keeps showing error, can someone pls see what the error in my code is?
Here is the main code: clc; clear all; Pmpp = 50; %Max Power Vmpp = 17.98; %Vol at Pmax Impp = 2.77; %Curre...

1 year ago | 1 answer | 0

1

answer

Question


The following are my code for simple pv modules, I keep getting the same plot for different irradiance values. Can someone help?
Even after changing the values of Gn and S in code 1 and code 2 resp. I keep getting the same plot. Code 1 for a simple Pv modu...

1 year ago | 1 answer | 0

1

answer

Question


I have been trying to code a solar pv module for 1 diode model, the following is my code, can someone tell me the mistake ive made and the correction to it pls.
clc; clear all; Pmpp = 50; %Max Power Vmpp = 17.98; %Vol at Pmax Impp = 2.77; %Current at Pmax Isc= 3; ...

1 year ago | 1 answer | 0

1

answer