PV array in Simulink

PV array in Simulink
203 Downloads
Updated 24 Sep 2021

View License

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]);

Cite As

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

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0