uitab
1 view (last 30 days)
Show older comments
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');
0 Comments
Accepted Answer
Walter Roberson
on 28 May 2012
hTabGroup = uitabgroup('Parent', TheOtherFigure);
You are likely to want to give Position information as well.
More Answers (0)
See Also
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!