フィルターのクリア

App-designer - opening Matlab editor

6 ビュー (過去 30 日間)
Avratanu Biswas
Avratanu Biswas 2019 年 10 月 24 日
Is it possible to provide user with an option to open the Matlab Editor from an standalone App made by Matlab-app designer ?

回答 (1 件)

Subhadeep Koley
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. launchEditor.PNG
You can tweak various parameter according to the this and this documentation to make it behave the way you like.
  1 件のコメント
Ravikiran Anapagaddi
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 ExchangePackage and Share Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by