I am using a optimization toolbox for solving sparse estimation problems. I have downloaded the software from SPAMS homepage 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 :
I receive this error:
How can I solve this problem? Thanks in advance for helping me .
I transfer all the error-invoking include files to MATLAB external/include folder. In MATLAB, once I type in :
mex mexLasso.cpp
I receive this error:
C:\Program Files\MATLAB\R2012b\extern\include\utils.h(28)fata l error c1083: Cannot open include file: 'cblas.h'
How can I solve this problem? Thanks in advance for helping me .