BLAS loading error occurring when publishing m-files
1 view (last 30 days)
Show older comments
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 Comment
Sruthi Ayloo
on 24 Jul 2015
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.
Answers (0)
See Also
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!