Filter löschen
Filter löschen

how to write an equation the it is function of itself (solar cell current equation)

1 Ansicht (letzte 30 Tage)

Antworten (1)

Torsten
Torsten am 2 Jan. 2023
Bearbeitet: Torsten am 2 Jan. 2023
I guess you want to solve for J ?
Then define
fun_J = @(J) J - (J_PH - J0*(exp(q*(V+J*R_S)/(k_B*T))-1)-(V+J*R_S)/R_SH)
and use fzero or fsolve to get a solution.
Or do you want to make a curvefit ?

Kategorien

Mehr zu Polynomials finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by