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');
No products are associated with this question.
hTabGroup = uitabgroup('Parent', TheOtherFigure);
You are likely to want to give Position information as well.
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.
0 Comments