Thank you so much
On Fri, Jun 21, 2019, 08:55 amir ali Hosseini <[email protected]> wrote:
> 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);
> end
>
>
> On 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
>> ᐧ
>>
>