What is blas loading error?
显示 更早的评论
I am trying to use matrix algebra functions in matlab but I am getting BLAS loading error. It gives error like:"Error using norm BLAS loading error: mkl_custom.dll: The specified module could not be found."
1 个评论
Stephen23
2016-9-12
@KRUPAL PATEL: please show use the code that causes this error, and also the full error message (this means all of the red text).
采纳的回答
更多回答(1 个)
Farouk Moukaddem
2016-9-19
0 个投票
Hi Kruptal,
A BLAS Loading error can occur when the mkl.dll file for the corresponding function that you are using is corrupted. Replacing the mkl.dll file with a working version or re=installing MATLAB may resolve your issue.
Thanks,
Farouk
类别
在 帮助中心 和 File Exchange 中查找有关 C Shared Library Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!