feasp in LMI syntax

Has anyone used feasp in the LMI syntax? Does it mean that it just check the feasibility of the system and give one possible answer, or it gives the final answer? thanks

 Accepted Answer

Archita P
Archita P on 23 Mar 2017

0 votes

[TMIN,XFEAS] = feasp(LMISYS,OPTIONS,TARGET) solves the feasibility problem defined by the system of LMI constraints, LMISYS. When the problem is feasible, the output XFEAS is a feasible value of the vector of (scalar) decision variables.
Refer to the documentation below- http://www.mathworks.com/help/robust/ref/feasp.html

More Answers (0)

Asked:

Duo
on 20 Mar 2017

Answered:

on 23 Mar 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!