cvx Questions
1
My original question is how to run the CVX toolbox (with academic license) on the cluster. I could not figure out a direct way of doing that and I have decided to tackle the problem in a different ...
Dispend asked 22/6, 2018 at 17:55
1
Solved
In the CVX package for Matlab, I want to minimize a function like $|Ax-b|_2^2$ . Meaning the square of a 2-norm. How do I code that in CVX? I tried both:
minimize (norm(A*x-b,2)^2);
and
minimiz...
Aright asked 11/4, 2016 at 23:21
1
Solved
The cvx suite for MATLAB can solve the (seemingly innocent) optimization problem below, but it is rather slow for the large, full matrices I'm working with. I'm hoping this is because using cvx is ...
Manisa asked 18/12, 2015 at 18:27
1
© 2022 - 2024 — McMap. All rights reserved.