I don't know if such a function exists in MatPower but you get the load bus voltages via
lbus = union(find(mpc.bus(:,PD)),find(mpc.bus(:,QD))); results.bus(lbus,VM); Shri On Nov 7, 2013, at 5:32 PM, Kusi, Samuel A wrote: > Is there any way in MatPower to call out just the load voltages? > > results.bus(:, VM) calls all buss voltages. Is there any code that can be > used to output only load voltages? > > Please advise > > -- > Samuel Kusi > >
