From .mexglx to .mex

前端 未结 1 651
轻奢々
轻奢々 2021-01-21 02:32

I\'ve been given a Matlab program that uses an external C function. I only have the compiled version of this external function, and the extension is .mexglx . From what I have a

相关标签:
1条回答
  • 2021-01-21 03:06

    No there is no way, sorry. You need to get the source code to build it for a different platform.

    0 讨论(0)
提交回复
热议问题