primalize is used to convert a SDP problem given in standard dual form to the corresponding primal form problem.
Syntax
[Fp,objp,y] = primalize(F,obj)
Examples
See the primalize example.
Comments
The primalize is almost never useful, but is mainly implemented as a companion to the much more useful command dualize.