how can I use mexw32 files on my 64-bit matlab?
9 次查看(过去 30 天)
显示 更早的评论
Hello. I have a mex.w32 file and I can not open it on my 64-bit matlab version. How can I do that?
0 个评论
回答(2 个)
Steven Lord
2021-11-4
Ask the person from whom you obtained the .mexw32 file (a 32-bit Windows MEX-file) for the corresponding .mexw64 file (a 64-bit Windows MEX-file) or the source code so you can use mex to create the .mexw64 file yourself.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!