フィルターのクリア

Embedding images in standalone MATLAB GUI

1 回表示 (過去 30 日間)
ANUBHAV SINHA
ANUBHAV SINHA 2011 年 11 月 7 日
Hi, I constructed a standalone executable file for a MATLAB GUI. The GUI contains images which I have called into the axes by using the code shown.
axes(handles.axes1);
imshow('C:\Users\asinha14\My Documents\MATLAB\DFIG\DFIG_PNG.png')
handles.output = hObject;
Further, while using the deploytool I have also added the image files in the 'Other files' section.
However, while running the 'exe' on any other computer, it gives an error message saying that the executable is unable to locate the path where the image is stored. May anyone guide about how I may 'embed' the images into the GUI exe while packaging or writing the code.
Thanking you for your time.
Anubhav
  1 件のコメント
Jan
Jan 2011 年 11 月 7 日
Please delete this double posting before anyone adds an answer. See: http://www.mathworks.com/matlabcentral/answers/20498-embedding-images-in-gui-standalone-executable

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by