Any one know how to solve this error when run Matpower at matlab?
>> test_matpower
t_test_fcns.............ok
t_nested_struct_copy....ok
t_feval_w_path..........not ok
##### Ran 20 of 20 tests: 19 passed* 1 failed
t_mpoption..............ok
t_loadcase..............Warning: You have $MATPOWER/t/t_loadcase in your path. In general your path should not include
sub-directories of $MATPOWER/t. While harmless* it does prevent this test from verifying the ability to
load m-file cases that are outside your path.
> In t_loadcase (line 561)
In t_run_tests (line 58)
In test_matpower (line 128)
ok
t_ext2int2ext...........ok
t_jacobian..............ok
t_hessian...............ok
t_margcost..............ok
t_totcost...............ok
t_modcost...............ok
t_hasPQcap..............ok
t_mplinsolve............ok (2 of 4 skipped)
t_mips..................ok
t_qps_matpower..........ok (252 of 360 skipped)
t_miqps_matpower........Error using intlinprog (line 131)
INTLINPROG has stopped because it encountered an internal error. We are sorry for the inconvenience.
Please contact technical support for assistance with your problem* quoting the code "-1000@-1002".
Error in miqps_ot (line 281)
intlinprog(c* intcon* Ai* bi* Ae* be* xmin* xmax* ot_opt);
Error in miqps_matpower (line 220)
miqps_ot(H* c* A* l* u* xmin* xmax* x0* vtype* opt);
Error in t_miqps_matpower (line 171)
[x* f* s* out* lam] = miqps_matpower(p);
Error in t_run_tests (line 58)
feval( test_names{k}* ~verbose );
Error in test_matpower (line 128)
t_run_tests( tests* verbose );



Reply With Quote

Bookmarks