help sdpvar
...
The other types are obtained as above
X = sdpvar(n,n,'symmetric','complex') Complex symmetric nxn matrix (X=X.')
X = sdpvar(n,n,'full','complex') Complex full nxn matrix
... and the same for Toeplitz, Hankel and skew-symmetric
X =sdpvar(n,m,'full','complex')