Can I creat a standalone application that contains a 'Matlab Mex' data ?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dear all,
I want to creat a standalone that contains a 'Matlab Mex' data. But when I start the exe I get no results. To get the exe I use the Matlab Compiler. In "Files required for your application to run" I have loaded, the 'Matlab Mex' File and the figure. Should I load something else too?
Thank You for your help
0 Kommentare
Akzeptierte Antwort
Faiz Gouri
am 3 Mai 2018
mex files can be used in standalone applications and dependency analyzer will automatically pick up required dependencies(including mex files). Do you see any error message while executing the standalone?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Write C Functions Callable from MATLAB (MEX Files) finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!