Clear Filters
Clear Filters

How to convert mexa64 to mexw64?

29 views (last 30 days)
naadiya khudabux
naadiya khudabux on 3 Jul 2017
Answered: Jan on 3 Jul 2017
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

Accepted Answer

Jan
Jan on 3 Jul 2017
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.

More Answers (1)

Walter Roberson
Walter Roberson on 3 Jul 2017
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.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!