How to access sample (k+1)T ?
조회 수: 1 (최근 30일)
이전 댓글 표시
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:
- U(k) - which can be easily accessed.
- U(k-1) - which can be accessed and processed using 'persistent' keyword in matlab
- 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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Solar Power에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!