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: Panel tabs GUI - comp.soft-sys.matlabHello 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 ... How to prevent JPanel losing focus ? - comp.lang.java.gui ...I have a JPanel with many JTextFields, JButtons ... I want to disable the JPanel losing focus (like switching to another tab , if the panel is on a t... Edit Box becomes invisible after printing - comp.soft-sys.matlab ...This does not work for my purposes, as the larger gui has several edit boxes before the main panel (only the first disappears). I need the tab order to start at the top ... How to add a custom JPanel into a JTabbedPane with NetBeans 5 ...Also, I've a custom UserPanel class (extends JPanel) which I want to put into a tab ... jList Add/Clear Items - comp.lang.java.gui How to clear JPanel? - comp.lang.java.gui ... Increasing height of Tabs in JTabbedPane - comp.lang.java.gui ...Panel tabs GUI - comp.soft-sys.matlab Increasing height of Tabs in JTabbedPane - comp.lang.java.gui ... Increasing height of Tabs in JTabbedPane - comp.lang.java.gui ... Replacing an existing jPanel with a new jPanel - comp.lang.java ...HTML link or Hyperlink in a Java Panel - comp.lang.java.gui ..... HTML ... void paint(Graphics g) (please replace tabs with 2 ... I realized that I was extending Panel ... Ubuntu, Matlab and panel - comp.soft-sys.matlabHello, I have, not really a problem, but a trouble with the Matlab tab in the bottom panel. ... GUI colors Linux - comp.soft-sys.matlab... the colors of the graphical user ... Efficient way to capture all keyboard input - comp.lang.java.gui ...Hi, I have a frame with several splitpanes or panels. In general those are navigation orientated - tab, arrow up, arrow down, click etc. Whenever a... Newbie: Prevent stretching of widgets when using LayoutManagers ...... will depend on which LayoutManager each of your panels is ... no explicit layoutmanager defined - all the tabs ... comp.lang.java.gui 8401 articles. 14 followers. JScrollPane doesn't scroll a JPanel? - comp.lang.java.gui ...What I have now is a JFrame (test application) containing a JTabbedPane, each tab of ... SWT: dynamic Table - comp.lang.java.gui JScrollPane in Applet - comp.lang.java.gui SWT ... How to Use Tabbed Panes (The Java™ Tutorials > Creating a GUI ...With the JTabbedPane class, you can have several components, such as panels, share the same space. The user chooses which component to view by selecting the tab ... Putting the tab into a GUI | MATLAB Spoken HereMATLAB Spoken Here February 15th, 2010 Putting the tab into a GUI. One of our intrepid readers, Ahmet, recently emailed me asking support for tab panels in GUIDE. 7/26/2012 1:33:11 PM
|