I have removed MATLAB with cvx and installed it again. Then I have downloaded a new version of CVX 3.0 beta again and installed. But I still have problem. When I run the cvx_setup command, I will see the following lines which stop at “Testing with a simple model…” and after 10 min, the error message " Error in cvx/cvx_classify (line 4)
v = cvx_classify_mex( x.basis_, cvx___.classes );
Error in cvx/cvx_isvalid (line 6)
y = remap( cvx_classify( x ) );
Error in * (line 75)
if ~cvx_isvalid( z ),
Error in cvx_setup (line 261)
"
occurs (preceded by a lot of lines showing some files were missed).
cvx_setup
CVX: Software for Disciplined Convex Programming ©2014 CVX Research
Version 3.0beta, Build 1177 (e17eb8f) Thu Mar 30 22:00:17 2017
Installation info:
Path: /Users/Mahmoud/Downloads/cvx
MATLAB version: 9.2 (R2017a)
OS: Mac OS X x86_64 version 10.12.4
Java version: 1.7.0_75
Verfying CVX directory contents:
No missing files.
Loading preferences:
Global: /Users/Mahmoud/Downloads/cvx/cvx_prefs.mat … not found.
Local: /Users/Mahmoud/Library/Application Support/MathWorks/MATLAB/cvx_prefs.mat … loaded.
License host:
Username: Mahmoud
Host ID: f45c899ef5e9 (en0,2001:700:1501:a020:d09a:56c2:3f8b:cab0,2001:700:1501:a020:c2c:a0bc:ea97:5c25,128.39.200.115)
Installed license:
No license installed.
No valid licenses found.
Click here to fill out an academic license request
for the username and first hostid listed above.
Setting CVX paths…done.
Saving update path…done.
Searching for solvers…7 shims found.
2 solvers initialized (* = default):
(a lot of lines about missing files)
Error in cvx/cvx_classify (line 4)
v = cvx_classify_mex( x.basis_, cvx___.classes );
Error in cvx/cvx_isvalid (line 6)
y = remap( cvx_classify( x ) );
Error in * (line 75)
if ~cvx_isvalid( z ),
Error in cvx_setup (line 261)
minimize( norm(A*x-b,1) );
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Please report this error to support, and include entire output of
CVX_SETUP in your support request.