필터 지우기
필터 지우기

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 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