I am using Matlab R2013a with Yalmip 20130213 (latest version), on Windows 7. The Matlab installation is quite fresh, with just Yalmip, SeDuMi and SDPT3 installed. When I ran 'yalmiptest' I got the following "unknown problem" results:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Test| Solution| Solver message|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| sdpvar/set methods| N/A| Problems|
| LP| Correct| Successfully solved (LINPROG)|
| LP| Correct| Successfully solved (LINPROG)|
| QP| NAN| Unknown problem in YALMIP|
| QP| Correct| Successfully solved (QUADPROG)|
| SOCP| Correct| Successfully solved (SeDuMi-1.3)|
| SOCP| Correct| Successfully solved (SeDuMi-1.3)|
| SOCP| Correct| Successfully solved (SeDuMi-1.3)|
| SDP| Correct| Successfully solved (SeDuMi-1.3)|
| SDP| Correct| Successfully solved (SeDuMi-1.3)|
| SDP| Correct| Successfully solved (SeDuMi-1.3)|
| SDP| Correct| Successfully solved (SeDuMi-1.3)|
| MAXDET| Correct| Successfully solved (SeDuMi-1.3)|
| MAXDET| Correct| Successfully solved (SeDuMi-1.3)|
| Infeasible LP| N/A| Infeasible problem (LINPROG)|
| Infeasible QP| N/A| Infeasible problem (QUADPROG)|
| Infeasible SDP| N/A| Infeasible problem (SeDuMi-1.3)|
| Moment relaxation| NAN| Unknown problem in YALMIP|
| Sum-of-squares| Correct| Successfully solved (SeDuMi-1.3)|
| Bilinear SDP| N/A| No suitable solver|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
How can I find out the actual errors? How can I fix these errors to get started using Yalmip?
Thanks.