Filter löschen
Filter löschen

How to convert mexa64 to mexw64?

29 Ansichten (letzte 30 Tage)
naadiya khudabux
naadiya khudabux am 3 Jul. 2017
Beantwortet: Jan am 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

Akzeptierte Antwort

Jan
Jan am 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.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 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.

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!