App-designer - opening Matlab editor
5 次查看(过去 30 天)
显示 更早的评论
Is it possible to provide user with an option to open the Matlab Editor from an standalone App made by Matlab-app designer ?
0 个评论
回答(1 个)
Subhadeep Koley
2019-10-29
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 个评论
Ravikiran Anapagaddi
2022-11-4
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)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!