フィルターのクリア

uitab

2 ビュー (過去 30 日間)
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 5 月 28 日
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
Thulasi Durai Durai Samy 2012 年 5 月 29 日
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 Center および File ExchangePrinting and Saving についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by