필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)

답변 (1개)

Torsten
Torsten 2023년 1월 2일
편집: Torsten 2023년 1월 2일
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 ?

카테고리

Help CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by