Start App-UI from desktop link with MATLAB running in background

8 次查看(过去 30 天)
Hi there,
I designed an App-UI. Now I would like to start it from a desktop link such that I just see my working UI. MATLAB shall run in the background.
When I do a link to *.mlapp I get the error message:
"Execution of script run as a function is not supported"
Solution found:
I solved the issue by adding arguments to the MATLAB startup link:
  • "-minimize" → It's not true background, but in my case good enough
  • "-r MyUI" → where MyUI is MyUI.mlapp
The whole argument looks like:
  • \bin\matlab.exe" -minimize -r MyUI
Additional comment on startup sequence:
  • MATLAB runs startup.m before the -r arguments
thank you for your Support
Rene
  4 个评论
Saurav
Saurav 2024-4-25
It seems like you're aiming to create a standalone desktop application that can operate independently.
Refer to this documentation: Create Standalone Desktop App
You should select "Standalone Desktop App" from the drop-down menu under "Share."
If this is not what you aim for, kindly elaborate your issue for better help.
Rene Zehnder
Rene Zehnder 2024-4-25
Hi Saurav,
thank you for your proposal. I have overseen the "share" option, which I'll use to move the code to a different computer. At this time I avoid buying the compiler, as I will probably not need it enough to justify the cost.
Kind Regards
Rene

请先登录,再进行评论。

回答(1 个)

Karanjot
Karanjot 2024-4-25
Hi Rene,
I recommend you to use the MATLAB Compiler to package your MATLAB application into a standalone application.
MATLAB Compiler enables you to share MATLAB programs as standalone applications and web apps. Standalone applications can be complete apps that use MATLAB graphics and UIs designed with MATLAB App Designer, or they can be command-line executables.
You may watch the tutorial for creating a standalone application here:
To know more about the MATLAB compiler, refer to the below documentation:
I hope this helps!
  1 个评论
Rene Zehnder
Rene Zehnder 2024-4-25
Hi Karanjot,
thank you for your proppsal. My goal is to avoid the additional toolbox as I won't use it enough times to satisfy the investment.
Kind Regards
Rene

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

标签

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by