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');

 Respuesta aceptada

Walter Roberson
Walter Roberson el 28 de Mayo de 2012

0 votos

hTabGroup = uitabgroup('Parent', TheOtherFigure);
You are likely to want to give Position information as well.

1 comentario

Thulasi Durai Durai Samy
Thulasi Durai Durai Samy el 29 de Mayo de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by