Effacer les filtres
Effacer les filtres

Modifying the search path is not supported by matlab compiler

42 vues (au cours des 30 derniers jours)
Corey
Corey le 26 Août 2022
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.

Réponses (2)

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

Connectez-vous pour commenter.


Stefanie Schwarz
Stefanie Schwarz le 17 Avr 2024

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by