How to convert mexa64 to mexw64?
    12 views (last 30 days)
  
       Show older comments
    
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 Comments
Accepted Answer
  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.
0 Comments
More Answers (1)
  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.
See Also
Categories
				Find more on MATLAB Report Generator in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

