Borrar filtros
Borrar filtros

How to convert mexa64 to mexw64?

26 visualizaciones (últimos 30 días)
naadiya khudabux
naadiya khudabux el 3 de Jul. de 2017
Respondida: Jan el 3 de Jul. de 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

Respuesta aceptada

Jan
Jan el 3 de Jul. de 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.

Más respuestas (1)

Walter Roberson
Walter Roberson el 3 de Jul. de 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.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!