Can I use ADDPATH in a compiled application from MATLAB Compiler 4.10 (R2009a)?
Mostrar comentarios más antiguos
My MATLAB program contain ADDPATH commands that refer to MATLAB files located in another directory. I would like to know if my compiled application will be able to mirror the directory structure if I provide it relative paths.
Respuesta aceptada
Más respuestas (1)
Rahul Goel
el 16 de Ag. de 2017
0 votos
Hi Mendel, In terms of compiled exe, ctfroot will point to the root directory of the extracted cache of the deployed component.
Categorías
Más información sobre Search Path 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!