uitab

1 visualizzazione (ultimi 30 giorni)
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy il 28 Mag 2012
I am using uitab to create tab panel, it is plotting in new window, but i want to plot in the figure window i had created can some body help. This was listed in undocumented matworks i am trying to use it.
hTabGroup = uitabgroup; tab1 = uitab(hTabGroup, 'title','Panel 1');

Risposta accettata

Walter Roberson
Walter Roberson il 28 Mag 2012
hTabGroup = uitabgroup('Parent', TheOtherFigure);
You are likely to want to give Position information as well.
  1 Commento
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy il 29 Mag 2012
Hi thanks, it works what are the handles I can access to this uitab(), to change color , text size or uitab() call back function, please help me.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by