I also reinstalled CVX, now I get the following from cvx_setup:
CVX: Software for Disciplined Convex Programming (c)2014 CVX Research
Version 2.2, Build 1148 (62bfcca) Tue Jan 28 00:51:35 2020
Installation info:
Path: /Users/admin/Documents/cvx
MATLAB version: 24.2 (R2024b)
OS: Mac OS X aarch64 version 15.1.1
Java version: 11.0.25
Verfying CVX directory contents:
WARNING: The following files/directories are missing:
/Users/admin/Documents/cvx/sedumi/.travis.yml
These omissions may prevent CVX from operating properly.
ERROR: one or more MEX files for this platform are missing.
These files end in the suffix “.mexmaca64”. CVX will not operate
without these files. Please visit Downloading CVX | CVX Research, Inc.
And download a distribution targeted for your platform.
Preferences:
Path: /Users/admin/Library/Application Support/MathWorks/MATLAB/cvx_prefs.mat
UNEXPECTED ERROR: ------------------------------
Unrecognized function or variable ‘command_str’.
Error in cvx_license
Error in cvx_license
Error in cvx_version (line 309)
cvx_license( args{:} );
^^^^^^^^^^^^^^^^^^^^^^
Error in cvx_setup (line 20)
cvx_version( ‘-install’, varargin{:} );
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
------------------------------------------------
Please report this error to support, and include entire output of
CVX_SETUP in your support request.
SDPT3 4.0 {cvx}/sdpt3
SeDuMi 1.02, {cvx}/sedumi
2 solvers skipped:
GLPK
Could not find a GLPK installation.
Mosek unknown
Could not find a MOSEK MEX file.
Saving updated preferences…done.
Testing with a simple model…done!
To change the default solver, type “cvx_solver <solver_name>”.
To save this change for future sessions, type “cvx_save_prefs”.
Please consult the users’ guide for more information.