Installation problem

I could not install cvx in my desktop. It is showing
Installation info:
Path: C:\cvx
MATLAB version: 7.11 (R2010b)
OS: Windows NT (unknown) amd64 version 6.2
Java version: 1.6.0_17
Verfying CVX directory contents:
No missing files.
Preferences:
Path: C:\Users\iitt 516\AppData\Roaming\MathWorks\MATLAB\cvx_prefs.mat
License host:
Username: iitt 516
Host ID: a41f729623a3 (eth0,10.201.3.38)
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…already set!
Searching for solvers…5 shims found.
2 solvers initialized (* = default):

  • SDPT3 4.0 {cvx}\sdpt3
    SeDuMi 1.34 {cvx}\sedumi
    3 solvers skipped:
    GLPK
    Could not find a GLPK installation.
    C:\cvx\shims\cvx_gurobi
    unexpected error:
    Reference to non-existent field ‘folder’.
    Error in ==> C:\cvx\shims\cvx_gurobi.p>cvx_gurobi at 54
    Error in ==> cvx_setup at 83
    tsolv = feval( tsolv.sname, tsolv );
    C:\cvx\shims\cvx_mosek
    unexpected error:
    Reference to non-existent field ‘folder’.
    Error in ==> C:\cvx\shims\cvx_mosek.p>cvx_mosek at 46
    Error in ==> cvx_setup at 83
    tsolv = feval( tsolv.sname, tsolv );
    Saving updated preferences…done.
    Testing with a simple model…
    UNEXPECTED ERROR: ------------------------------------------------
    Invalid MEX-file ‘C:\cvx\sdpt3\Solver\Mexfun\mexnnz.mexw64’: The
    specified module could not be found.

    .
    Error in ==> checkdepconstr at 97
    nnzmatold = mexnnz(AAt);
    Error in ==> sqlpmain at 92
    [At,b,y,indeprows,par.depconstr,feasible,par.AAt] = …
    Error in ==> sqlp at 241
    [obj,X3,y,Z3,info,runhist] = …
    Error in ==> cvx_run_solver at 50
    [ varargout{1:nargout} ] = sfunc( inputs{:} );
    Error in ==> cvx_sdpt3>solve at 362
    [ obj, xx, y, zz, info ] = cvx_run_solver( @sqlp, blk, Avec, Cvec,
    b, OPTIONS, ‘obj’, ‘x’, ‘y’, ‘z’, ‘info’, settings, 5 ); %#ok
    Error in ==> cvxprob.solve at 429
    [ x, status, tprec, iters ] = shim.solve( At, b, c,
    cones, quiet, prec, solv.settings, eargs{:} );
    Error in ==> cvx_end at 88
    solve( prob );
    Error in ==> cvx_setup at 213
    cvx_end

Can someone help me in this regard.

I have no idea what the problem is, but it is possible there is an incompatibility with your old (R2010b) version of MATLAB. It would probably be good to upgrade to a more recent MAT:LAB version if you can.

Thanks for your response. I have installed this software in windows 7 with the same matlab version but in windows 10 I am unable to install it.

Perhaps a new version of MATLAB would help - I don’t know. Maybe you “got away” with the old MATLAB version under WINDOWS 7, but not under WINDOWS 10.