Exporting a GUI to be used without MATLAB

조회 수: 4 (최근 30일)
Dave
Dave 2011년 7월 19일
I am trying to send a GUI made in GUIDE to someone who doesn't have MATLAB and has no practical/not-incredibly-expensive way of obtaining their own copy. So the question is, how do I write a shell program to operate this GUI from, say, Java/Basic/C/++, with minimal extra files needing to be sent (engines, libraries, etc.)?
I've been reading the help files, but they don't really say much about running MATLAB programs outside of MATLAB like this. I don't really need an elegant solution, just a quick and dirty framework here.

답변 (1개)

per isakson
per isakson 2011년 7월 20일
AFAIK, you will need the Matlab Compiler. See www.mathworks.com
MATLAB® Compiler™ compiles a MATLAB® application into a standalone application or software component. The act of compiling this code is sometimes referred to as building.
- per
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 7월 20일
Yes, Compiler at the very least, and possibly Builder JA or Builder NET if you specifically want Java or .NET access.

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

카테고리

Help CenterFile Exchange에서 App Building에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by