MATLAB: View .mexw32 (MEXW32 File) in Matlab R2011a

mex compilersimulink

How can I view a file with ".mexw32" extension in Matlab R2011a? When I run it, this message appears:
??? Error using ==> Nonlin_Block15 MEX level2 S-function "Nonlin_Block15" must be called with at least 4 right hand arguments
What can I do?

Best Answer

If you do not have the source code, but only the compiled mexw32 file, you need to ask the author for the code. If he or she does not want to share the code, offering money is the usual method to initiate a collaboration.
Related Question