필터 지우기
필터 지우기

MATLAB GUI as Standalone Executable?

조회 수: 57 (최근 30일)
Cameron Jewell
Cameron Jewell 2015년 7월 31일
댓글: Walter Roberson 2015년 7월 31일
I have written a MATLAB GUI using GUIDE and upon completion I want to make it into a file that can be run and used anywhere (including on a computer that does not have MATLAB installed). Is this possible? If so, how?

답변 (1개)

swallace17
swallace17 2015년 7월 31일
In the Matlab command window, type
deploytool
A window will pop up giving you several options, but you want to select 'Standalone Application.' From there its pretty self-explanatory. Enter in your information as you would like it to be displayed, and make you add all the files necessary for your Application to function. Good luck!
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 7월 31일
Note that this requires the MATLAB Compiler product. That product is available for Academic and Commercial licenses, but not for Student or Home licenses. I suspect it is not available for MOOC licenses either.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by