Plot Optimal Decision variable and Corresponding Residuals

前端 未结 0 1414
感情败类
感情败类 2021-01-03 21:01

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(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题