Can anyone come up with a correct result using TFOCS to solve this problem?

Hi,

I’m using MATLAB, and I’m trying to solve this problem but fail, actually I tried solve many of these problem using function: solver_sLP but fail, can anyone tell me why or show me how to use it?

stocfor3 .mat (download from:http://users.clas.ufl.edu/hager/coap/Pages/matlabpage.html)

Here’s the function in MATLAB I used:
[x,out,optsOut] = solver_sLP(c,A,b,mu, x0, z0,opts,contOpts);

Thanks!

Is there a specific reason you’re choosing to use TFOCS instead of a standard LP solver?