필터 지우기
필터 지우기

GUI to .exe file

조회 수: 1 (최근 30일)
jchris14
jchris14 2015년 9월 18일
댓글: Image Analyst 2015년 9월 21일
Hello,
I recently created an image analysis GUI on Matlab and decided I should translate the file from MATLAB GUI to windows desktop app. The GUI obviously uses all the image processing toolboxes among others.
My end goal is for this software to run on another computer with no MATLAB installed. Will the software run on the other computer that DOES NOT have MATLAB installed?
Thanks

채택된 답변

Image Analyst
Image Analyst 2015년 9월 18일
  댓글 수: 2
jchris14
jchris14 2015년 9월 21일
thanks. I used the following code to write mine
mcc -mv mainfile.m -a supportingfile.fig
I was able to run it on another computer that does not have Matlab installed.
Image Analyst
Image Analyst 2015년 9월 21일
I don't believe that fig files of supporting files are necessary to explicitly list. I have them, and I never list them, and they work fine. It figures it out and automatically includes all supporting .m files and their associated .fig files that it needs, unless your .fig file did not have an m-file but was really like an image file or something that you wanted to display by itself.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by