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

@RODNEY ARERI, We cannot check your graph unless the data and plotting code are provided.
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)
x = 2×5
0.5115 0.1806 0.2568 0.0824 0.6734 0.1379 0.8130 0.6245 0.4658 0.6719
y = rand(2, 5)
y = 2×5
0.0301 0.2538 0.3374 0.7875 0.5353 0.1200 0.5300 0.6860 0.5696 0.2801
plot(x, y)
thank you for the idea, let me try this immediately

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

답변 (0개)

카테고리

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

제품

릴리스

R2021b

질문:

2023년 4월 5일

댓글:

2023년 4월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by