Installing CVX on MATLAB Online

I am trying to install CVX on MATLAB Online, and when I type cvx_setup I get the following error:

---------------------------------------------------------------------------
    ERROR: ------------------------
    Error using cvx_setup (line 22)
    Error detected by cvx_version
    -------------------------------
The installation of CVX was not completed. Please correct the error
and re-run CVX_SETUP.
---------------------------------------------------------------------------

Does anyone know why this could be?

As far as I know, that is not supported by CVX. If you figure out how to do it, please let us know…

Do you mean CVX is not supported on MATLAB online at all?

Not that I know of. But if you figure out how to do it, please tell us.

It is extremely unlikely CVX will run on MATLAB online. Since it is extremely unlikely Matlab will allow you to run arbitrary binaries like Mosek which is a part of CVX.

You can actually install CVX on MATLAB Online, just not the Windows version (MATLAB Online apparently is Linux based on the back end):

https://www.mathworks.com/matlabcentral/answers/501309-installing-cvx-on-matlab-online

Are you the answerer on that thread? Have you actually tried installing the Linux version of CVX on MATLAB Online and using it, and can report definitive results? Or just that it should work in your belief?