Hi,

I am using MATLAB R2020a, and I would like to install matpower 7.1. After 
running 'install_matpower.m', and modifying the MATLAB path I get the following 
error after running the MATPOWER test command.

t_test_fcns.................ok
t_have_feature..............not ok
                #####  Ran 20 of 20 tests: 16 passed, 4 failed
t_mplinsolve................ok (6 of 66 skipped)
t_mips......................ok
t_mips_pardiso..............ok (60 of 60 skipped)
t_qps_mips..................ok
t_have_fcn..................not ok
                #####  Ran 20 of 20 tests: 16 passed, 4 failed
t_nested_struct_copy........ok
t_nleqs_master..............ok (30 of 150 skipped)
t_qps_master................Error using mskoptimset (line 67)
Expected argument 2 to be a string parameter name or an options structure
created with mskoptimset.

Error in linprog (line 138)
options          = mskoptimset(defaultopt,options);

Error in qps_ot (line 268)
            linprog(c, Ai, bi, Ae, be, xmin, xmax, x0, ot_opt);

Error in qps_master (line 266)
            qps_ot(H, c, A, l, u, xmin, xmax, x0, opt);

Error in t_qps_master (line 107)
        [x, f, s, out, lam] = qps_master([], c, A, l, u, xmin, [], [], opt);

Error in t_run_tests (line 61)
    feval( test_names{k}, ~verbose );

Error in test_matpower (line 173)
all_ok = t_run_tests( tests, verbose );

Error in install_matpower (line 392)
            test_matpower;

Could you please help me to fix this error?

Best regards,
---------------------------------------------------------------------
Atousa Elahidoost

Ph.D. Candidate
Department of Electric Power Engineering
Norwegian University of Science and Technology (NTNU)
NO-7491 Trondheim, Norway
email: [email protected]<mailto:[email protected]>
https://www.ntnu.edu/employees/atousa.elahidoost
---------------------------------------------------------------------

Reply via email to