I was provided with a Matlab program that uses an external C function. I only have a compiled version of this external function, and the extension is .mexglx. From the fact that I already have red, it seems that this extension is a version of the mex file compiled using linux. I am running matlab under Windows XP, and my problem is that my Matlab cannot read the .mexglx extension. So my question is: is there any value for changing a file with the extension .mexglx to .mex? Because at the moment I do not have the source code in C, so I can not recompile it correctly. I know for sure that my version of Matlab is R2007b, if that can help. thanks for your reply
source
share