Compile a .EXE into program and launch?

2 ビュー (過去 30 日間)
Matt
Matt 2017 年 2 月 3 日
回答済み: Matt 2017 年 3 月 3 日
Hi all,
I have developed a piece of software, for which the user may occasionally need a separate standalone .EXE.
I have compiled it into the program using DeployTool, but I am unsure how to launch it in my code? I've created a menu entry for it, but i'm not sure what function to use to execute it.
Thanks,
Matt
  1 件のコメント
Matt
Matt 2017 年 2 月 13 日
Does anybody have any more suggestions? I can't figure this one out.

サインインしてコメントする。

採用された回答

Matt
Matt 2017 年 3 月 3 日
I have just found the winopen function.
This works well, I can launch a PDF or EXE.

その他の回答 (1 件)

Friedrich
Friedrich 2017 年 2 月 9 日
Hi,
if you want to launch an external application from your MATLAB code you can use system command.
  1 件のコメント
Matt
Matt 2017 年 2 月 9 日
Hi,
Thank you - unfortunately I have used the system command and it works fine until I compile the program, then it no longer launches the program that is on my computer.
What I really want to do though is compile the standalone EXE I have into my program, so that when my program is installed, the user can run the EXE compiled in from the menu.
Is this possible?
Thanks,
Matt

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by