Compile SignalAnalyzer App to Standalone exe

2 visualizaciones (últimos 30 días)
Jan Kappen
Jan Kappen el 21 de Mzo. de 2018
Comentada: Jan Kappen el 21 de Mzo. de 2018
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!

Respuesta aceptada

Steven Lord
Steven Lord el 21 de Mzo. de 2018
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 comentarios
Steven Lord
Steven Lord el 21 de Mzo. de 2018
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 el 21 de Mzo. de 2018
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by