Is the ability to use ADDPATH in my deployed application available in MATLAB Compiler 4.11 (R2009b)?

14 views (last 30 days)
I am writing an application that utilizes the ADDPATH function, thus adding a directory to the MATLAB search path. When I run this application in MATLAB, it responds consistently. However, when I compile this application, the compiled version does not seem to recognize that the path has been added.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 25 Mar 2023
Edited: MathWorks Support Team on 27 Mar 2023
In general, a compiled application should avoid MATLAB commands that directly access or modify MATLAB's internal paths, i.e. the MATLAB path and the MATLAB Java class path. These functions are: ADDPATH, CD, JAVAADDPATH, JAVACLASSPATH, JAVARMPATH, PATH, RMPATH, SAVEPATH.
To learn more about Path Management in Deployed Applications, please refer to the following article:

More Answers (0)

Categories

Find more on Search Path in Help Center and File Exchange

Products


Release

R2009b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!