It appears this question is specific to MatDyn and not about MATPOWER. Please consult the MatDyn documentation or contact the developer directly for help on MatDyn.
-- Ray Zimmerman Senior Research Associate B30 Warren Hall, Cornell University, Ithaca, NY 14853 phone: (607) 255-9645 On Nov 3, 2013, at 5:04 PM, PROF. LUIS SUÁREZ <[email protected]> wrote: > Thank you dear Siyuan Wang, the MATLAB version is 7.1, apply your > recommendation, run the case9, but casestagg.m, Test1.m and Test2.m not run, > what is version the matlab recomended , Greetings. > > Ing. Luis Suárez > [email protected] > > > 2013/11/2 Siyuan Wang <[email protected]> > Hi, Prof. Luis Suárez, > > Which version of Matlab are you using? I doubt it caused by low version of > Matlab, which doesn't support [L,U,p] = lu(A,'vector'). So, it was taken as > [L,U,P] = lu(A,THRESH). You may type a command line "help lu" to check it. > Hope it helps. > > Siyuan Wang > > 2013/11/3 PROF. LUIS SUÁREZ <[email protected]> > > > The following command at the Matlab prompt: > > >> rundyn( 'case9','case9dyn','fault'); > > Causes the following error: > > > Power flow converged > > Constructing augmented admittance matrix... > ??? Error using ==> lu > The pivot threshold for LU must be a scalar between 0 and 1. > > Error in ==> AugYbus at 47 > [Ly,Uy,Py] = lu(Y,'vector'); > > Error in ==> rundyn at 132 > [Ly, Uy, Py] = AugYbus(baseMVA, bus, branch, xd_tr, gbus, Pl, Ql, U0); > > could tell me I'm doing wrong, Greetings. > -- > Ing. Luis Suárez > [email protected] > > > > > -- > Siyuan Wang > Dorm 9-4073, Yuquan Campus, Zhejiang University > Hangzhou, 310027, P.R.China > Email: [email protected] > > > > -- > Ing. Luis Suárez > [email protected] >
