I am using a optimization toolbox for solving sparse estimation problems. I have downloaded the software from [link=
http://spams-devel.gforge.inria.fr/index.html]SPAMS homepage[/link] and would like to create a mex-file from mexLasso.m for my application.
I transfer all the error-invoking include files to MATLAB external/include folder. In MATLAB, once I type in :
[code]mex mexLasso.cpp[/code]
I receive this error:
[code]C:Program FilesMATLABR2012bexternincludeutils.h(28)fatal error c1083: Cannot open include file: 'cblas.h' [/code]
How can I solve this problem? Thanks in advance for helping me .