Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

MATLAB fatal error C1083: Cannot open include file: 'cblas.h'

$
0
0
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 :

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 .


Viewing all articles
Browse latest Browse all 2703

Trending Articles