Run app created in Matlab on Mac
Mostrar comentarios más antiguos
Good day! Could anyone please tell me how to run application created in Matlab on Mac? My situation is:
I don't have Matlab on Mac, but I've installed MCR, and I can't understand lines in readme.txt file:
setenv DYLD_LIBRARY_PATH
<mcr_root>/v711/runtime/maci64:
<mcr_root>/v711/sys/os/maci64:
<mcr_root>/v711/bin/maci64:
/System/Library/Frameworks/JavaVM.framework/JavaVM:
/System/Library/Frameworks/JavaVM.framework/Libraries
setenv XAPPLRESDIR <mcr_root>/v711/X11/app-defaults
So what should I do according these lines???
Respuesta aceptada
Más respuestas (2)
Jerome Lecoq
el 4 de En. de 2013
3 votos
This post is very good demonstration of how terrible the deployment process is on the mac. We SHOULD be able to just click on it (like in the windows plateform).
1 comentario
Sagar Zade
el 29 de En. de 2021
Editada: Sagar Zade
el 29 de En. de 2021
For newer MATLAB versions this post might be helpful: Why do I receive an error about "libmwlaunchermain.dylib" library not loaded when I attempt to execute my compiled application on macOS?
Maxim
el 17 de Ag. de 2011
0 votos
2 comentarios
Chirag Gupta
el 17 de Ag. de 2011
In your root you will most probably have an hidden .bashrc file or a .profile file. You can edit this file and set the environment variables there. This will ensure that these variables persist
Maxim
el 18 de Ag. de 2011
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!