MATLAB include error : fatal error C1083: Cannot open include file: 'cblas.h' -
I am using an optimization toolbox to solve rare estimation problems. I downloaded the software and would like to create a Max file from mexLasso.m for my application.
I include all error-inwatching in the matbab exterior / included folder. In MATLAB, once I type:
& gt; & Gt; I get this error: C: \ Program Files \ MATLAB \ r2012b \ extern \ include \ utils.h (28)
Fatal error C1083: File can not be included: 'cblas.h'
How can I solve this problem? Thanks
For Mac: have you set up your compiler?
& gt; & Gt; Select the Visual Studio Compiler at Max -Step Matlab's LCC . Do you have a header file cblas.h ? Where is it located? Use the following flag to compile
& gt; & Gt; You should give a verbose output - Mex-o -largeArrayDims-v mexLasso.cpp header file. You flag -i & lt; Folder name & gt; Can add folders in search path with
Comments
Post a Comment