Hello, Have a look at this graph of P&0 Algorithm in MPPT. I'm actually making a function in simulink to perform it.
In this graph there are three type of samples:
  1. U(k) - which can be easily accessed.
  2. U(k-1) - which can be accessed and processed using 'persistent' keyword in matlab
  3. U(k+1) - That's the problem. How can I access this sample? There is no forecasting involved here as we know the complete graph.
and same implies to P(k), P(k-1) and P(k+1).
Thanks in advance.

댓글 수: 2

Jan
Jan 2021년 9월 14일
If the graph is known, what is the problem of simply using U(k+1)?
Uzair Amin
Uzair Amin 2021년 9월 14일
Actually, I'm taking U as an input from Solar Panel Module into a function block where I need to process above mentioned values. How can I take U(k) as an input into function? This might work.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2021년 9월 14일

댓글:

2021년 9월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by