Why do I get the error message Undefined Function of Variable ' ' when I try to run my compiled executable?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to create a stand-alone executable using the MATLAB Compiler. The MATLAB Code is loading a dll and works from within MATLAB. If the header is added as a separate file. I get the error message saying invalid extension type .h . If I add the entire folder instead of the .dll and .h separately, I get the error
message error using => ______
Undefined function or variable ' ' .
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre MATLAB Compiler en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!