Borrar filtros
Borrar filtros

Modifying the search path is not supported by matlab compiler

42 visualizaciones (últimos 30 días)
Corey
Corey el 26 de Ag. de 2022
Respondida: Stefanie Schwarz el 17 de Abr. de 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.

Respuestas (2)

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

Iniciar sesión para comentar.


Stefanie Schwarz
Stefanie Schwarz el 17 de Abr. de 2024

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by