It is possible to use Matlab Compiler with App designer ?
조회 수: 37 (최근 30일)
이전 댓글 표시
I would to create a standardalone application (with Matlab compiler) from the App Designer. Is it possible ?
댓글 수: 0
채택된 답변
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
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
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
2016년 3월 22일
Yes, it is possible to create a standalone application using the MATLAB Compiler from an App Designer app.
Tanmay Rajpathak
2016년 8월 8일
Can you create a standalone application made out of app designer?
댓글 수: 2
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
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
2018년 4월 20일
i may be wrong but isn't the matlab production server toolbox what you are looking for ?
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!