Closed gregoriog closed 8 years ago
@gregoriog Hi, have you installed cvx properly, i.e., run cvx_setup from inside the cxv folder after downloading it so all the routines are loaded? Check this for more info: http://cvxr.com/cvx/doc/install.html
Thank you very much for your response. I hadn't installed cvx properly. Now it works.
Have a nice weekend
Gregorio d_!_b
On Fri, Feb 26, 2016 at 4:44 PM, eftychios notifications@github.com wrote:
@gregoriog https://github.com/gregoriog Hi, have you installed cvx properly, i.e., run cvx_setup from inside the cxv folder after downloading it so all the routines are loaded? Check this for more info: http://cvxr.com/cvx/doc/install.html
— Reply to this email directly or view it on GitHub https://github.com/epnev/ca_source_extraction/issues/15#issuecomment-189329727 .
Hello, I was trying your code and I can't make it work because I have a cvx error when I run the demo_script. I was wondering if I have the wrong version of cvx or if there might be something else that I should take into account when running the script. Thanks for your time. Here is the output of the command window in matlab:
Error in cvxprob (line 4) cvx_global
Error in cvx_begin (line 41) assignin( 'caller', 'cvx_problem', cvxprob( varargin{:} ) );
Error in cvx_foopsi (line 20) cvx_begin quiet
Error in constrained_foopsi (line 178) [c(:,rep),bas(rep),cin(rep)] = cvx_foopsi(y,b,c1,sn,blb,g,w,~mis_data);
Error in update_temporal_components (line 178) parfor jj = 1:length(O{jo})
Error in demo_script (line 61) [C,f,P,S] = update_temporal_components(Yr,A,b,Cin,fin,P,options);