Borrar filtros
Borrar filtros

How to call a mexw64 function?

10 visualizaciones (últimos 30 días)
Hugo Huerta
Hugo Huerta el 27 de Mayo de 2019
Comentada: James Tursa el 29 de Mayo de 2019
Hi.
I am trying to run a script in matlab which calls a mexw64 function. I have read previous questions regarding this issue, but I still cannot find a way to call it properly.
I have the following error:
Undefined variable "function" or class "function.mexw64"
What I have tried is the following:
The mexw64 function is in the same folder as the script where is being called.
I have matlab2018 and MS Windows (both of them 64 bits) and the MinGW64 Compiler
Please... Any suggestion to solve this problem?
  9 comentarios
Walter Roberson
Walter Roberson el 29 de Mayo de 2019
First I recommend that you look in the File Exchange for File Association Fix.
After that I would suggest that in MATLAB you command
rehash
If there is still a problem after that then a dll needed by the mexw64 might be missing.
James Tursa
James Tursa el 29 de Mayo de 2019
You could also check for unprintable characters in the file name. E.g.,
d = dir;
dname = {d.name};
ismember('andorsdk3functions.mexw64',dname)

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by