problem in executing "trapz" function in matlab. error relating refblas.dll
Mostrar comentarios más antiguos
Hi every one. i tried to numerically integrate a data using "trapz" utility in matlab. it ends up with caution message which reads "The specified module could not be found" with refblas.dll.
in matlab command window response is
"libmwblas: load error: refblas.dll Caught std::exception Exception message is: refblas.dll"
please help me to get out of this.
Respuestas (3)
brian lithgow
el 5 de Oct. de 2022
1 voto
I have a similar problem--no refblas.dll
system is Matlab2021 running on parrallels under windows 11
searched disk and no such file exists--any solutions/suggestions?
Brian
1 comentario
brian lithgow
el 5 de Oct. de 2022
forgot to say is M1 mac
Friedrich
el 5 de Ag. de 2011
0 votos
Hi,
This sounds like a missing dependency. Either the needed DLL does not exist on your system or it exists but has the wrong version. It’s a bit tricky to figure out why it won’t work. Which MATLAB are you using and on which operating system? I know that on windows Server 2008 there exists some issue with the blas libraries.
Have the same issue: Running a Matlab based application on an MacBook Pro M4, with Paralles 20 Business Edition, Windows 11. gives an REFBLAS.DLL missing error!?
The same application runs fine on my old Win10 Laptop with native Intel processer. I had a seach on the HDD for the missing REFBLAS.DLL but is not present on the old laptop! Sounds weird that this DLL is needed in an Virtual Machine? Could not find the REFBLAS.DLL on the web either - anyone found a solution?
3 comentarios
We tried to run this application on an Intel MacBook 2018 and Paralles 18 and it is working flawlessly! So the issue with missing REFBLAS.DLL I'm experiencing may be due to the M4 chipset -or- ARM based Windows11 version!
Does anyone have an idea how to solve this?
David Hinton
el 23 de Jun. de 2025
Switching to another virtual machine software Vmware Fusion that supports Windows 10 ARM did not encounter this issue, and the software usage problem was resolved.
Jörg
el 30 de Jul. de 2025
I contacted the paralles support and they found the problem! The solution is very simple:
Uninstall the "MATLAB Compiler Runtime 7.16 (32-bit)" on Windows 11 by going to ‘Control Panel → Programs and Features’
Now everything is running smoothly! Hope this helps someone with the same issue!?
Categorías
Más información sobre Numerical Integration and Differentiation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!