Hi
you need demand file for example find in attachment
then
in command ,write
demloadPD = importdata('demandload.xlsx');
excel file load on workspace
then you must write for loop or same it that put column on mpc
number of column is 24 .
hour = 24;
for j =1:hour
mpc.bus( :,3) = demloadPD.LFP( :,j);
endOn Thu, Jun 20, 2019 at 9:28 PM Mohamed Shaheen < [email protected]> wrote: > Dear all, > > I need the daily load curve of the standard ieee 57-bus system. Can anyone > help, please ? > > Regards, > Mohamed Shaheen > ᐧ >
demandload.xlsx
Description: MS-Excel 2007 spreadsheet
