plotting a graph for a multi-junction solar cell model
1 次查看(过去 30 天)
显示 更早的评论
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
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)
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


