CVX_setup installation problem

CVX: Software for Disciplined Convex Programming ©2014 CVX Research
Version 2.1, Build 1074 (4bd5879) Tue Mar 4 14:15:59 2014

Installation info:
Path: C:\Program Files (x86)\MATLAB\cvx
MATLAB version: 7.11 (R2010b)
OS: Windows 7 amd64 version 6.1
Java version: 1.6.0_17
Verfying CVX directory contents:
No missing files.
Preferences:
Path: C:\Users\cs\AppData\Roaming\MathWorks\MATLAB\cvx_prefs.mat
License host:
Username: cs
Host ID: 60eb690ec709 (eth3)
Installed license:
No license installed.
No valid licenses found.

Setting CVX paths…done.
Saving updated path…failed. (see below)
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.
    Gurobi {cvx}\gurobi\w64
    No valid Gurobi license was found. (Please note that this
    license is not the same as the CVX license; it must be
    obtained directly from Gurobi Optimization.) If you do have
    a Gurobi license, the the Gurobi MEX file could not find it.
    Please consult the Gurobi documentation for assistance.
    Mosek unknown {cvx}\mosek\w64
    A CVX Professional license is required.
    Saving updated preferences…done.
    Testing with a simple model…
    UNEXPECTED ERROR: -------------------------------------------------
    Invalid MEX-file ‘C:\Program Files
    (x86)\MATLAB\cvx\sdpt3\Solver\Mexfun\mexnnz.mexw64’: 找不到指定的模組。

    .
    Error in ==> checkdepconstr at 97
    nnzmatold = mexnnz(AAt);
    Error in ==> sqlpmain at 86
    [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 428
    [ x, status, tprec, iters ] = shim.solve( At, b, c,
    cones, quiet, prec, solv.settings, eargs{:} );
    Error in ==> cvx_end at 87
    solve( prob );
    Error in ==> cvx_setup at 213
    cvx_end

The above is my cvx setup problem!!

Please report this error to support, and include entire output of
CVX_SETUP in your support request.

I am afraid I do not know what 找不到指定的模組 means.

Per Google translate: The specified module could not be found

Ah, interesting. Sounds like some sort of DLL dependency issue, then.

http://www.mathworks.com/matlabcentral/answers/92040-why-do-i-receive-a-specified-module-could-not-be-found-error-while-running-a-mex-file-created-from

I believe your problem stems from missing libraries. Try downloading and installing these:

http://www.microsoft.com/en-us/download/details.aspx?id=15336

http://www.microsoft.com/en-us/download/details.aspx?id=13523