I want to convert the optimization problem $x \in \mathbb R^n$ to SDP format to further solve it using the famous solvers like sdpt3 and sedumi.
$$\text{minimize} \quad \| A(x) - B \|_* + \lambda \| D x \|_1$$
where $A$ is a linear mapping, and $B$ and $D$ are matrices.