BLAS loading error occurring when publishing m-files
1 次查看(过去 30 天)
显示 更早的评论
When publishing reasonably complex m-files I am starting to receive the error.
BLAS loading error: mkl.dll: Not enough storage is available to process this command.
Matlab is subsequently unable to perform any matrix algebra. Restarting Matlab restores this functionality but unless I reboot my computer I am not able to complete publishing. This is obviously fairly undesirable. Has anyone any advice on how to deal with this error that doesn't appear to result from a simple memory shortage issue.
---------------------------------------------------------------------------------------------
MATLAB Version: 8.5.0.197613 (R2015a)
MATLAB License Number: •••••
Operating System: Microsoft Windows 7 Professional Version 6.1 (Build 7601: Service Pack 1)
Java Version: Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) Client VM mixed mode
1 个评论
Sruthi Ayloo
2015-7-24
This error may be thrown when the operating system is unable to allocate a large enough contiguous block from the heap memory and I think this is happening because of low memory.
Please post the complete error message so that the user community can help you better.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!