필터 지우기
필터 지우기

Adding help documentation (pdf) to standalone MatLab GUI?

조회 수: 3 (최근 30일)
Kushal Bhattarai
Kushal Bhattarai 2015년 1월 23일
답변: Geoff Hayes 2015년 1월 24일
I am developing a GUI where user can click on menu option so that it will open pdf file from system default application like adobe reader or other pdf reader. I tried using system('open'help.pdf') in menu callback function, which works only when running code from MatLab, before I compile for standalone executables. and also I want to know other methods to add help documentation to stand alone GUI?
Thanks in advance

채택된 답변

Geoff Hayes
Geoff Hayes 2015년 1월 24일
Kushal - are you saying that the
system('open'help.pdf')
doesn't work when running the standalone application? Check http://www.mathworks.com/matlabcentral/answers/168676-xlsread-returns-an-error-when-used-in-a-standalone-app which might provide some hints on how to solve the problem.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by