필터 지우기
필터 지우기

App-designer - opening Matlab editor

조회 수: 6 (최근 30일)
Avratanu Biswas
Avratanu Biswas 2019년 10월 24일
댓글: Ravikiran Anapagaddi 2022년 11월 4일
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 CenterFile Exchange에서 Package and Share Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by