uitab

2 次查看(过去 30 天)
Thulasi Durai Durai Samy
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');

采纳的回答

Walter Roberson
Walter Roberson 2012-5-28
hTabGroup = uitabgroup('Parent', TheOtherFigure);
You are likely to want to give Position information as well.
  1 个评论
Thulasi Durai Durai Samy
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 个)

类别

Help CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by