Can I use ADDPATH in a compiled application from MATLAB Compiler 4.10 (R2009a)?
Show older comments
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.
Accepted Answer
More Answers (1)
Rahul Goel
on 16 Aug 2017
0 votes
Hi Mendel, In terms of compiled exe, ctfroot will point to the root directory of the extracted cache of the deployed component.
Categories
Find more on Search Path in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!