Modifying the search path is not supported by matlab compiler

24 Ansichten (letzte 30 Tage)
Corey
Corey am 26 Aug. 2022
Beantwortet: Stefanie Schwarz am 17 Apr. 2024
I am trying to generate a standalone application using App Designer in MATLAB 2022A. However, received the given error when I try to open the .exe which generated from the appdesigner.
Error message: Modifying the search path is not supported by matlab compiler. Remove functions that modify the search path from your MATLAB code. To make files visible to your deployed application, add the parent folder to your MATLAB session.

Antworten (2)

Bruno Luong
Bruno Luong am 26 Aug. 2022
That's right. It's a constraint of the compiled app that you cannot do anything.
  2 Kommentare
Corey
Corey am 26 Aug. 2022
Can we use addpath or any other way to modify the path?
Bruno Luong
Bruno Luong am 26 Aug. 2022
No I just say you cannot do anything to overcome this constraint.

Melden Sie sich an, um zu kommentieren.


Stefanie Schwarz
Stefanie Schwarz am 17 Apr. 2024

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by