I have this matlab cvx setup for my problem to estimate least squares solution
n = 100; A = randn(14,n); b = randn(14,1); cvx_begin variable x(n) minimize(