Invalid MEX-file '\\Client\C$\Users\epappaia\Documents\Speranza\yprime.mexw64': Access is denied.
2 次查看(过去 30 天)
显示 更早的评论
Hi, I'm working with MATLAB R2015b and I'm having some problem with a MEX file that was built in a previous version of Matlab. I rebuilt it (from the original cpp function) in the new MATLAB version; But when I try to use the function I get this: Invalid MEX-file '\\Client\C$\Users\epappaia\Documents\Speranza\yprime.mexw64': Access is denied.
Can someone help me understad why?
thanks Speranza.
0 个评论
采纳的回答
ashish ahir
2016-5-24
you can try this: Could your MEX-File require another .DLL, and it is that DLL that cannot be found? Use a tool like Dependency Walker to display the functions available inside the MEX-File ("mexFunction" at a minimum should be there), and anything it may depend on. Anything in red may not be visible to MATLAB.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!