
App-designer - opening Matlab editor
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is it possible to provide user with an option to open the Matlab Editor from an standalone App made by Matlab-app designer ?
0 comentarios
Respuestas (1)
Subhadeep Koley
el 29 de Oct. de 2019
Hi, there is a way to launch MATLAB editor from a standalone desktop aap. You just need to add the below line to your button / startup callback.
!matlab -nosplash -nodesktop -minimize -r "edit"
It creates a new instance of MATLAB and launches the Editor.
Download to the attached .zip file and refer the .mlapp and the standalone .exe file. 

1 comentario
Ravikiran Anapagaddi
el 4 de Nov. de 2022
Can you please let me know the proceedure to convert *.mlapp
file into standardalone application where I want to run application without having MATLAB (by installing runtime compilier)
Ver también
Categorías
Más información sobre Package and Share Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!