Dear Ray
thank you very much for your help, now i understand more how to enter data

Regards,

2010/1/7 Ray Zimmerman <[email protected]>

> I plan to improve the documentation for this in the release version, but
> the power flow algorithm used by runpf is controlled by setting the 
> PF_ALGoption. If you set it to 4, the
> gausspf function is then called instead of the default newtonpf function.
> See help mpoption for more options. For example, for the 30-bus system ...
>
>   opt = mpoption('PF_ALG', 4);
>   r = runpf('case30', opt);
>
> --
>  Ray Zimmerman
> Senior Research Associate
> 211 Warren Hall, Cornell University, Ithaca, NY 14853
> phone: (607) 255-9645
>
>
>
> On Jan 7, 2010, at 1:52 AM, Edwin Zapata wrote:
>
> Hi guys
> I'm trying to use gausspf function, but i can not enter data correctly, you
> know what is the data format to use this function?
>
> Thanks
>
>
>

Reply via email to