0% found this document useful (0 votes)
125 views

PV Systems Using MATLAB

Uploaded by

Ahmed Yahia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
125 views

PV Systems Using MATLAB

Uploaded by

Ahmed Yahia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

%Modeling of PV systems using MATLAB

%Chapter I
%Example 1.7
fileName1 = 'PV Modeling Book Data Source.xls';
sheetName = 'Source 1' ;
L=3.11;
LOD=101.6;
Go=1367;
%----------------------------------------------------
G_T=xlsread(fileName1, sheetName , 'E5:E3640');
G_D=xlsread(fileName1, sheetName , 'F5:F3640');

PV systems using MATLAB

PV systems using MATLAB

You might also like