How to convert mexa64 to mexw64?
12 次查看(过去 30 天)
显示 更早的评论
Hello Everyone! i have downloaded some code and contain some mexa64. So , is there any way to change the extentions from mexa64 to mexw64. looking for positive response. Thank you
0 个评论
采纳的回答
Jan
2017-7-3
This will not work. A code compiled for a Linux system cannot be converted to a Windows version directly. It will be much easier and cheaper to contact the author and ask for a version compiled for your system.
0 个评论
更多回答(1 个)
Walter Roberson
2017-7-3
You could potentially use a "decompiler" to analyze it back into C code and then compile it on the Linux system. If you are fortunate there is a small chance that this might not violate the software license.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!