Panel tabs GUI

  • Follow


Hello everyone,
I am making a program  that has several figures as output, the number of  figures  depends from the value of an variable, Is there a way to generate panel tabs, each one containing a figure, inside of a for loop?
0
Reply Frank 12/30/2010 1:57:05 AM

"Frank Maldonado" <fraduk0686@gmail.com> wrote in message <ifgoth$kut$1@fred.mathworks.com>...
> Hello everyone,
> I am making a program  that has several figures as output, the number of  figures  depends from the value of an variable, Is there a way to generate panel tabs, each one containing a figure, inside of a for loop?

As far as I know, panels cannot contain figures.  But I suspect that your "figures" are not MATLAB figures, but rather graphs or images?  If this is the case, then you want the panels to contain AXES, and then display your graphs in those axes.

If you actually wanted to open multiple figures (or at least one separate figure to view your images), you should see http://www.mathworks.com/matlabcentral/fileexchange/24861-41-complete-gui-examples.  Question 27 might be what you're asking.
0
Reply Andy 12/30/2010 1:57:05 PM


1 Replies
688 Views

(page loaded in 0.208 seconds)

Similiar Articles:













7/26/2012 1:33:11 PM


Reply: