convert GUI into .exe file so that it can install in any computer
조회 수: 1 (최근 30일)
이전 댓글 표시
I would like to convert my GUI into .exe file so that it can install easily on computer which don't have MatLab.Could you please help me.
Thanks -Arif
댓글 수: 0
답변 (2개)
Walter Roberson
2011년 10월 21일
What you ask is not possible. There is, for example, a computer in my front-loading washing machine, and although the washer is sophisticated enough to be able to handle fuzzy logic in determining the proper spin rates, it is hopeless to try to implement a usable GUI on a device that has only 2 LEDs as its output ("Power on" and "Door locked")
You may wish to glance at (e.g.,) http://www.mathworks.com/matlabcentral/answers/18975-how-to-build-a-exe-file-from-my-m-file-that-works-in-windows-environment
댓글 수: 0
William
2011년 10월 21일
Matlab makes a compiler for creating individual .exe programs. Check out their website
댓글 수: 2
William
2011년 10월 21일
The other option is to use something like the linpac library in C to write the whole program in C.
Walter Roberson
2011년 10월 21일
Does LINPAC offer GUI facilities these days? I hadn't heard that there was any standardized graphics package written in pure C. Can I use it to program Angry Bird for my 1975-era four-character 7-segment LCD watch with the Special Snooze Alarm?
Do .exe files run on Android these days?
I know someone who has the improved version of the iPAD 2: it has a whole 512 megabytes of memory! Do you think maybe it can swap the 900 and some-odd megabytes of MCR out to iCloud?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!