How to format a matlab program to be useable by the application compiler?

1 回表示 (過去 30 日間)
Ben Harrop
Ben Harrop 2021 年 3 月 1 日
回答済み: RonE 2021 年 4 月 2 日
I want to move one of my existing programs and turn it into a standalone executable, but I'm unsure how to approach this. I am using the application compiler, but my question is, does the program need to be operated through a GUI interface?

回答 (2 件)

Allen
Allen 2021 年 3 月 1 日
It depending on how your code is written and your intentions for using it as an executable. Mostly likely you will need to have some form of GUI interface. For example a file selection/browser window or an input dialog window.

RonE
RonE 2021 年 4 月 2 日
No you don't need a GUI. Mathworks has their 'magicsquare' example on several different pages, such as here: https://www.mathworks.com/help/compiler/create-and-install-a-standalone-application-from-matlab-code.html
The application is built from a single function. The user runs it by running the executable, by typing 'magicsquare 5' for example from a Windows command prompt.

カテゴリ

Help Center および File ExchangeDeploy to C++ Applications Using mwArray API (C++03) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by