How can I model a variable irradiance in Simulink?
조회 수: 38 (최근 30일)
이전 댓글 표시
Pedro Luis Camuñas García-Miguel
2017년 10월 9일
댓글: Sankarshan Durgaprasad
2020년 10월 3일
I'm trying to model a PV plant via simulink, and I'm using this block:
https://se.mathworks.com/help/physmod/sps/powersys/ref/pvarray.html
In order to be able to test the effects of partial shading, I would like to work with variable irradiances, controlled from a script at my workspace, I know how to use a constant signal but I don't know what kind of block I should use for this case.
댓글 수: 1
채택된 답변
Janak Thotakura
2017년 10월 12일
To send data generated from script in workspace as signal to simulink you can use the 'From Workspace' block. Please refer to the documentation link below.
https://www.mathworks.com/help/simulink/slref/fromworkspace.html
Hope this helps.
Janak
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Electrical Sensors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!