I need help with my cvx installation

hi everyone am new to cvx. i have problem with the installation and will like to some help please. i try installing and got the below error. and also i dont have a valid lisence maybe thats why. but anyway here is the error message.

Version info:
Code: build 941, 2013-03-08 20:30:31
Documentation: build 918, 2013-02-05 16:29:26
Installation info:
Path: C:\matlap for project\cvx
MATLAB version: 7.8 (R2009a)
OS: Windows Vista x86 version 6.1
Java version: 1.6.0_04
Verfying CVX directory contents:
No missing files.
License host:
Username: ansukars
Host IDs: b870f460e190 (eth3)
Installed license:
No license installed.
No valid licenses found.

Setting CVX paths…done.
Saved preferences…not found; defaults created.
Searching for solvers…4 shims found.
3 solvers initialized (* = default):

  • SDPT3 4.0 {cvx}\sdpt3
    SeDuMi 1.21 {cvx}\sedumi
    SeDuMi_2 1.3 C:\matlap for project\sedumi1_3\SeDuMi_1_3
    2 solvers skipped:
    Gurobi
    Could not find a Gurobi MEX file.
    Mosek
    A CVX Professional license is required.
    Saving updated preferences…done.
    Saving updated path…done.
    Testing with a simple model…
    UNEXPECTED ERROR: ----------------------------------------------
    Error: File: lorentz.m Line: 113 Column: 5
    "y" previously appeared to be used as a function or command,
    conflicting with its use here as the name of a variable.
    A possible cause of this error is that you forgot to initialize
    the
    variable, or you have initialized it implicitly using load or
    eval.
    Error in ==> cvx.abs at 67
    { xt, w } == lorentz( st, 0 ); %#ok
    Error in ==> cvx.norm at 56
    cvx_optval = sum( abs( x ) );
    Error in ==> cvx_setup at 234
    minimize( norm(A*x-b,1) );

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

best regards to all

Do you have a function named “y.m” somewhere in your Matlab path?

I have the same problem now,have you solved it now? can you tell me how

Do make sure you’re using the latest version of MATLAB (whether v2.1 or 3.0beta). And also do make sure that you do not have any MATLAB functions in your path with single-letter names like x.m or y.m.

I just found a function named y.m,thank you very much.