Dear All, I am a new user of MATPOWER. When I run the following simple code, it gives me the violation information like voltage limit or branch flow limit in command window.
But I need to know, which variable contain this information so that I can
export it in a excel file.
Thank you. Any kind help is appreciated.
Best Regards
Fouad Hasan
mpc=loadcase('case9');
results=runopf(mpc);
