From: Hoshik Lee on 25 Jul 2010 16:27 I have about fifty figure files (.fig). I like to make GUI program using GUIDE to browse all .fig file. How do I import (plot) a stored .fig file in GUI? I like to let people to browse figures and make comments on it using GUI. Thank you.
From: us on 25 Jul 2010 16:40 "Hoshik Lee" <spinor75(a)gmail.com> wrote in message <i2i6mo$juv$1(a)fred.mathworks.com>... > I have about fifty figure files (.fig). > I like to make GUI program using GUIDE to browse all .fig file. > How do I import (plot) a stored .fig file in GUI? > I like to let people to browse figures and make comments on it using GUI. > > Thank you. a hint: fh=openfig(your_fig_file,'invisible'); % then, help copyobj; % to copy/paste its content into your gui's axis... us
|
Pages: 1 Prev: creating a list of dates from file names Next: help with graphics/colormap/pcolor or whatever |