plotting a graph for a multi-junction solar cell model
이전 댓글 표시
after simulating the model structured in the simulink, the values i recieved in the work space are of double array of 20*1000, i tried to plot my graph but the figure produced is blank. how can i solve this?
댓글 수: 5
Sam Chak
2023년 4월 5일
@RODNEY ARERI, We cannot check your graph unless the data and plotting code are provided.
RODNEY ARERI
2023년 4월 5일
RODNEY ARERI
2023년 4월 5일
Hi, voltage and P_out are arrays. Something as shown below.
Do you want to extract the data from the voltage array?
x = rand(2, 5)
y = rand(2, 5)
plot(x, y)
RODNEY ARERI
2023년 4월 5일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


