Command-duality is not supported to execute "mex -setup"

9 visualizaciones (últimos 30 días)
Radheeshkumar
Radheeshkumar el 9 de Oct. de 2013
Respondida: Kaustubha Govind el 9 de Oct. de 2013
When I was trying to run a simple program in Embedded MATLAB function, first it said 'unable to locate "mexopts.bat".. then as it directed I entered the command "mex -setup", when i run the program again, it says "command duality is not supported".. how this can be resolved.?
  3 comentarios
Radheeshkumar
Radheeshkumar el 9 de Oct. de 2013
OK. Now the "mex -setup" got executed. but the available compilers are show as "NONE".. WHAT SHOULD I DO NOW? I had installed MS Visual C ++ 2008 SP1 in my system..
Jan
Jan el 9 de Oct. de 2013
You need the SDK also. Please look in the documentation for the list of supported compilers to find out the required version.

Iniciar sesión para comentar.

Respuestas (1)

Kaustubha Govind
Kaustubha Govind el 9 de Oct. de 2013
You are probably calling a function using the command syntax, instead of the function syntax. The former syntax is not supported for code-generation. See here for an explanation of what command duality means.

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by