hello to everyone,
I am studying the compare_case function and while I am comparing the two
case i.e. case5 and case9 by using the following command-
mpc1=loadcase(case5);
mpc2=loadcase(case9);
compare_case(mpc1,mpc2)
It is giving the following error-
Error using  -
Matrix dimensions must agree.

Error in compare_case (line 127)
[temp, i] = max(abs(bus1(:, 1:Nb) - bus2(:, 1:Nb)));

How this function used??

Reply via email to