Sanghee
Posts:
6
Registered:
10/7/10
|
|
Plot an image in an axes into a standalong new figure window ...
Posted:
Oct 7, 2010 11:48 AM
|
|
Right now, I am learning MATLAB GUI using GUIDE, and getting a lot of help from the examples on the mathworks.
While trying an example, in /usr/local/matlab/R2009b/help/techdoc/creating_guis/examples/tablestat.fig
I found some weird thing. Basically, it will allow user to plot a figure (a graph in the example) in an axes to a standalone new figure window when user clicks the axes with mouse right button and select 'Open plot in new window'. But, I noticed that I have 'Open plot in new window' only when I click in the empty space in the plot, and don't have 'Open plot in new window' message box when I click the drawn line in the figure.
So, I never get to have the 'Open plot in new window', when I completely fill in the axes with an image since I think the program does not recognize the axes ? However, again, I get it when I click the empty axes before filling the axes with an image.
Can anyone suggest any solution for this ?
|
|