Compile SignalAnalyzer App to Standalone exe

3 ビュー (過去 30 日間)
Jan Kappen
Jan Kappen 2018 年 3 月 21 日
コメント済み: Jan Kappen 2018 年 3 月 21 日
Is it possible to use the Matlab Compiler to create a standalone version of the SignalAnalyzer? The sources of the SignalAnalyzer are obfuscated by pcode, therefore dependencies cannot be found automatically.
Is it basically possible to compile p code?
Thanks!

採用された回答

Steven Lord
Steven Lord 2018 年 3 月 21 日
I'm not completely sure but I believe the answers to your questions are no and maybe respectively.
The Signal Analyzer app is part of Signal Processing Toolbox. When I look at the page listing what toolboxes and functionality in each toolbox can be compiled it says that "Apps and UIs" in Signal Processing Toolbox cannot be compiled.
There's an entry in the MATLAB Compiler Release Notes that states "The new dependency resolution function requires that p-code being used in a compiled function has an associated .m file containing the original source for the p-code." So it sounds to me like it is possible to compile a p-coded file as long as MATLAB Compiler can perform the dependency analysis on the regular MATLAB code file from which the p-coded file was generated.
  3 件のコメント
Steven Lord
Steven Lord 2018 年 3 月 21 日
The first sentence on the MATLAB Compiler support page to which I linked above is "MATLAB Compiler supports the full MATLAB language including objects, most MATLAB toolboxes, and user-developed user interfaces." So you can use MATLAB Compiler with App Designer to deploy your own app. [In fact, starting with release R2018a you can package App Designer apps for web deployment.]
If you want to ask about the Signal Analyzer app from Signal Processing Toolbox specifically, that's a question you should send to Technical Support using the Contact Us link in the upper-right corner of this page.
Jan Kappen
Jan Kappen 2018 年 3 月 21 日
Okay I'll contact the support, thanks.
What I meant with "UI and Apps" is that most of the "Apps and UIs" (right column in here https://de.mathworks.com/products/compiler/supported/compiler_support.html) of most toolboxes cannot be compiled and I ask myself, why. I do know that Appdesigner UIs can be built.
Thanks.

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

その他の回答 (0 件)

カテゴリ

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