Probably it is due to matrix dimension mismatch. Look carefully the data for two more buses which you are inserting to the existing 9 bus system. Size of new data should have the same size of existing one. Regards Mirish
On Tue, Jul 5, 2016 at 8:49 PM, Priyanka Shinde < [email protected]> wrote: > I have to perform OPF for an 11 bus system and find out LMPs. > Can I use the 'case 9' by entering the additional data of extra buses and > lines in my system? I tried increasing the number of buses in the bus_data > matrix but it is showing inconsistent. It says: > "Error using vertcat > CAT arguments dimensions are not consistent." > Is there some other way? Kindly suggest. > > -- > Regards, > Priyanka Shinde > > > >
