Borrar filtros
Borrar filtros

Problem in calling a .mexw64 function in a .m file

14 visualizaciones (últimos 30 días)
i Venky
i Venky el 1 de Feb. de 2013
Comentada: Rupeng Wang el 28 de Oct. de 2020
I have a .m file. Here I was calling the .mexw64 file. Both .m file and .mexw64 file are in the same directory. But the compiler says
"??? Invalid MEX-file 'F:\Main project\Ultrasound\Field II\Matlab codes\Mat_field.mexw64': The specified module could not be found."
where "Mat_field.mexw64" is the function.
What could be my problem?
Thanks in advance

Respuesta aceptada

Jan
Jan el 1 de Feb. de 2013
Editada: Jan el 1 de Feb. de 2013
The Dependency walker will most likely show, that you did not install the runtime libraries of the compiler, which has created the MEX file. I guess, that you have to download the VCREDIST package for e.g. MSVC2008 or 2010.
  1 comentario
i Venky
i Venky el 1 de Feb. de 2013
Thanks. Downloaded MSVC2010 and it's working perfectly

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Write C Functions Callable from MATLAB (MEX Files) en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by