MATLAB .exe distributable with pcode (*.p) file
이전 댓글 표시
Hi,
1) i have programmed a code with additional *.p file. the main GUI will be needing the *.p for most of the functions. at first i was thinking to build a GUI.exe that is fixed, if update programming is done, since most functions is in the pcode, only the *.p will be needed to be changed.
2) however i noticed that when the GUI is compiled into .exe, the *.p file is not needed??? is that mean distributable .exe is compiled including the *.p file in it?
3) when i compiled new *.p code and replace the old *.p file, the GUI.exe still load the old *.p code.
4) any recommendations so that 1) can be done, i think using .mat can right? other than that?
Thank you.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Standalone Applications에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!