Create GUI to desktop apps
이전 댓글 표시
Hy, I have 2 GUI in MATLAB. the name tes1.fig, tes1.m & tes2.fig,tes2.m.. This all interdependent each other. Now I want package it. Which one should I package? if I package tes1.fig,tes1.m is the proccess second GUI will follow to become one? or how?
Please could explain or tell me? thank you
댓글 수: 12
Jan
2019년 1월 17일
I do not understand what you want to achieve. What is your goal?
Oman Wisni
2019년 1월 17일
Walter Roberson
2019년 1월 17일
MATLAB Compiler is the product that can create .exe .
You will need to add tes2.fig and test2.m to the list of files to be included.
Oman Wisni
2019년 1월 17일
Walter Roberson
2019년 1월 17일
편집: Walter Roberson
2019년 1월 17일
The product name to compile for .exe is MATLAB Compiler .
Web App Compiler is part of MATLAB Compiler, but web apps are built using App Designer, which does not use .fig files. .fig files are used primarily by GUIDE. GUIDE GUI would be compiled to .exe by the MATLAB Compiler product.
The product name to build libraries is MATLAB Compiler SDK/
There is no separate compiler for Production Server: it uses the MATLAB Compiler SDK product.
There does not appear to be any compiler for Hadoop use. Running on Hadoop would generally use the Distributed Computing product, which does not involve compiling.
Oman Wisni
2019년 1월 17일
Walter Roberson
2019년 1월 18일
Make sure you are using the correct runtime. You can download at https://www.mathworks.com/products/compiler/matlab-runtime.html for R2012a or later.
Oman Wisni
2019년 1월 18일
Image Analyst
2019년 1월 18일
Who compiled that .exe for you? That is a different question than saying that you have m-files you want to turn into an exe.
And when you say "I have download from here", where exactly is "here"? There is no .exe on this web page of your particular question, so where is "here"?
Oman Wisni
2019년 1월 18일
Image Analyst
2019년 1월 18일
Evidently you compiled the m-files into an executable with version 8.5 of MATLAB. That means you must have your end user run the MCR run time library installer for that exact version. You can find it in the folder "C:\Program Files\MATLAB\R2015a\toolbox\compiler\deploy\win64"
If they do that, then your program will run.
Oman Wisni
2019년 1월 18일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!