Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to open a .m file that I've previously made using a push button in app designer

1 visualización (últimos 30 días)
I wish to open a .m file that I've previously made using a push button in app designer because i want to modify the case strings which I'm not able to perform via tha app desginer. Is there i way that i could do this??

Respuestas (1)

Cris LaPierre
Cris LaPierre el 5 de Mayo de 2020
You could run the script from App Designer using
run('script_name')
The script will have to be in the current folder or on the path. Normal order of execution rules apply.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by