Matrix determinant minimization

I want to minimize the determinant of a positive definite matrix in my objective function. How could I write it in Matlab with CVX? Many thanks.

You can maximize log_det(positive-definite_matrix), which s concave.

Minimizing matrix determinant (or, its log), is non-convex, and is not possible in CVX.