How to save a GUI In Way that you can run it from another PCs?
이전 댓글 표시
How to save a GUI In Way that you can run it from another PCs? I have created a GUI as a project and I want to give to my master. but it can't be run by double clicking on it. it can be run just by opening GUIDE and opening the GUI from that box.
채택된 답변
추가 답변 (2개)
Todd Flanagan
2011년 5월 26일
0 개 추천
You can redistribute MATLAB code and Guide guis using the MATLAB Compiler. This will give the other user something he can double click on and run if he does not have MATLAB installed on his computer.
댓글 수: 1
Walter Roberson
2011년 5월 26일
Note: the MATLAB Compiler is not available for MATLAB Student Edition.
Matt Fig
2011년 5월 26일
0 개 추천
I don't understand what you mean "it can only be run by opening GUIDE."
That is not correct, unless there is something wrong. You should be able to type the name of the GUI at the MATLAB command line and cause it to open. So if you give both of the M-file and FIG-file to your master, he should be able to run it by putting the files in his local directory then typing the name of the GUI.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!