PV array in Simulink

PV array in Simulink

You are now following this Submission

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 (2026). PV array in Simulink (https://in.mathworks.com/matlabcentral/fileexchange/99769-pv-array-in-simulink), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0