PV array in Simulink

PV array in Simulink
209 descargas
Actualizado 24 sep 2021

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0