Dear Dr.Ziverman Please don't forward these emails to me. Warm regards
On Mon, Nov 4, 2013 at 1:34 AM, 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] > >
