how can we use same image on different buttons in GUI in matlab?

hi I am currently working on a final year project on image editing using Matlab.I want to use the same image for all the functions which are present behind the buttons on the interface created by me.How can I do this?

Answers (1)

store is as a variable in guidata or appdata?
doc getappdata
doc setappdata
doc guidata

Asked:

on 7 Apr 2011

Community Treasure Hunt

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

Start Hunting!