Hello,
I just downloaded the latest CVX 64bit version for linux and started in MATLAB R2016b which gave me this error:
run /opt/cvx/cvx_setup.m
CVX: Software for Disciplined Convex Programming ©2014 CVX Research
Version 2.1, Build 1112 (ef41608) Sun Oct 2 17:15:09 2016Installation info:
Path: /opt/cvx
MATLAB version: 9.1 (R2016b)
OS: Linux amd64 version 4.8.2-1-ARCH
Java version: 1.7.0_60
Verfying CVX directory contents:
No missing files.
Preferences: none found; defaults loaded.
UNEXPECTED ERROR: -------------------------
Index exceeds matrix dimensions.
Error in cvx_license
Error in cvx_version (line 311)
cvx_license( args{:} );
Error in cvx_setup (line 20)
cvx_version( ‘-install’, varargin{:} );
Error in run (line 96)
evalin(‘caller’, [script ‘;’]);
-------------------------------------------
Please report this error to support, and include entire output of
CVX_SETUP in your support request.
What can I do resolve this error or provide more debug information?