It is possible to use Matlab Compiler with App designer ?

56 ビュー (過去 30 日間)
Vincent Odent
Vincent Odent 2016 年 3 月 18 日
I would to create a standardalone application (with Matlab compiler) from the App Designer. Is it possible ?

採用された回答

Chris Portal
Chris Portal 2016 年 4 月 10 日
編集済み: Chris Portal 2016 年 4 月 23 日
Correct. With R2016a, you can create a standalone application of your App Designer .MLAPP file using the MATLAB Compiler.
You can do this either by invoking the MCC function, or using the Application Compiler app (launched by calling applicationCompiler).
  4 件のコメント
Michael L
Michael L 2017 年 7 月 17 日
AFAIK, the .mlapp contains the source code that is visible to the end user. Is there a way to get the .mlapp to hide the source code? I'm trying to distribute the GUI to others and do not want them to see the underlying analysis code.
Ravikiran Anapagaddi
Ravikiran Anapagaddi 2022 年 11 月 4 日
Can you please let me know the proceedure to convert *.mlapp
file into standardalone application where I want to run application without having MATLAB (by installing runtime compilier)

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

その他の回答 (4 件)

Dave Behera
Dave Behera 2016 年 3 月 22 日
Yes, it is possible to create a standalone application using the MATLAB Compiler from an App Designer app.

Tanmay Rajpathak
Tanmay Rajpathak 2016 年 8 月 8 日
Can you create a standalone application made out of app designer?
  2 件のコメント
Tanmay Rajpathak
Tanmay Rajpathak 2016 年 8 月 8 日
Just use mlapp file in the compiler
Ravikiran Anapagaddi
Ravikiran Anapagaddi 2022 年 11 月 4 日
Can you please let me know the proceedure to convert *.mlapp
file into standardalone application where I want to run application without having MATLAB (by installing runtime compilier)

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


Léolo Gonay
Léolo Gonay 2018 年 1 月 25 日
Hi all !
Quick question, I manage to build a standalone application (built with App Designer) on a MAC, I managed to install it on my MAC using Matlab Runtime. Next step is to find a way to share it (download on a webpage). I've juste learned to if you want to create standalone application for windows (.exe) you need to run the Matlab compiler on a windows machine. `` But my real question is, is there any way I can "keep" my application the way it si (with all the buttons, callbacks, etc.) and share it on a web application/web page? I'm no expert, but is the only solution therefore to create a brand new web application (java?) and use Matlab function in it?
Best regards,
Léolo
  1 件のコメント
Laurent Gole
Laurent Gole 2018 年 4 月 20 日
i may be wrong but isn't the matlab production server toolbox what you are looking for ?

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


Sachin Pagar
Sachin Pagar 2021 年 5 月 16 日
good question but i thought (i.e.sure) it is possible to run your code in online mode. refere this blog here mension which is online compiler for MATLAB So using this method you also run your program in online mode for MATLAB

カテゴリ

Help Center および File ExchangeC Shared Library Integration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by