Sent from Yahoo Mail on Android

From:"Ray Zimmerman" <[email protected]>
Date:الأربعاء, يوليو ١, ٢٠١٥ at ١٦:٠٩
Subject:Re: error using the bustypes function

The bustypes() function expects the buses to be numbered consecutively 
(internal bus ordering), so you have to convert to internal ordering first.


mpc = loadcase(‘case300’);

mpc = ext2int(mpc);

[ref, pv, pq] = bustypes(mpc.bus, mpc.gen);


— Ray



On Jul 1, 2015, at 9:45 AM, Houssem <[email protected]> wrote:


Reply via email to