Matlab error message

I received the following error message

Error in cvx_setpath (line 63)
if ~cvx___.path.formed,

Error in cvx_begin (line 70)
cvx_setpath( 1 );

Can you explained the reason behind this and how do I resolved it??

All I can suggest is to completely remove CVX from your MATLAB path. Then start a new MATLAB session and install CVX 2.2. If that doesn’t resolve it, I don’t know what to do.

Hi Mark

I had removed all of my earlier CVX and focused to install only the cvx 2.2 platform
and got it resolved

Thanks for your help