Compile SignalAnalyzer App to Standalone exe
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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!
0 comentarios
Respuesta aceptada
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
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.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!