Please first add the folder matpower6.0 to the to search path.
For example if you are inside that folder you can run the following
command :
addpath(genpath(cd))
then you can run:
plot_mpc('case9')
Regards
Houssem
On 03/03/2017 7:40 AM, Akash Tyagi wrote:
I tried to run the same command.
But it was giving error,like
undefined function 'plot_mpc' for the input arguments of the type 'char'
On Fri, Mar 3, 2017 at 12:04 PM, Houssem <[email protected]
<mailto:[email protected]>> wrote:
Hi
For example if you wand to draw 'case9' you cans just run the
following command:
>> plot_mpc('case9')
Regards
Houssem
On 03/03/2017 5:53 AM, Akash Tyagi wrote:
hello everyone,
I have installed MATPOWER 6.0 and after going through its user
manual,i found a new command for plot is added in new
version,given in appendix-H.
Can ant one know how to use this command??