view .mexw32 (MEXW32 File) in Matlab R2011a

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?

 Respuesta aceptada

Jan
Jan el 16 de Jul. de 2012
Editada: Jan el 16 de Jul. de 2012

0 votos

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.

Más respuestas (2)

Andreas Goser
Andreas Goser el 16 de Jul. de 2012
Editada: Andreas Goser el 16 de Jul. de 2012

0 votos

You can't view this file - or at least it would mean nothing to you.
You can view and edit the source code likely a C code.
So for myname.mexw32, it is myname.c

3 comentarios

Mohammad Sadegh
Mohammad Sadegh el 16 de Jul. de 2012
thank you, but how I can view the file in C code? I only have the .mexw32 file best regards
Andreas Goser
Andreas Goser el 16 de Jul. de 2012
Then you need to contact the author of the s function. One of multiple reasons for s fucntions is IP protection.
Mohammad Sadegh
Mohammad Sadegh el 16 de Jul. de 2012
thank yooou

Iniciar sesión para comentar.

Kaustubha Govind
Kaustubha Govind el 16 de Jul. de 2012

0 votos

It looks like what you have is an S-function. You cannot run an S-function directly from MATLAB, it can only be called using an S-function block in Simulink.

2 comentarios

Mohammad Sadegh
Mohammad Sadegh el 16 de Jul. de 2012
yes it is a S-function and I can call it in Simulink,but I want to know how the code is written so I can use it in my research. Hope u can help me
Kaustubha Govind
Kaustubha Govind el 16 de Jul. de 2012
See Andreas' answer.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Coder en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 16 de Jul. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by