PV array in Simulink

版本 1.0.0 (26.0 KB) 作者: Yechen Zhu
PV array in Simulink
210.0 次下载
更新时间 2021/9/24

查看许可证

The plotting code is:
%run PVarray to get built-in model voltage and current value
currentPV = out.current.signals.values;
voltagePV = out.voltage.signals.values;
figure (1)
plot(voltagePV,currentPV);
grid on;
axis([0 50 0 11]);

引用格式

Yechen Zhu (2024). PV array in Simulink (https://www.mathworks.com/matlabcentral/fileexchange/99769-pv-array-in-simulink), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0