필터 지우기
필터 지우기

what is gcf in set(gcf,'name','Figure Name')?

조회 수: 38 (최근 30일)
monali
monali 2012년 10월 5일
how to plot graph in simulink?

채택된 답변

Thomas
Thomas 2012년 10월 5일
  댓글 수: 3
Thomas
Thomas 2012년 10월 5일
set(gcf,'name','Figure Name')
sets the name of the current figure to 'Figure Name'
set(gcf,'name','Hello')
sets the name of the current figure to 'Hello'
Run the above two lines and see what the name of the created figure is (in the bar at the top)
monali
monali 2012년 10월 5일
again thanks a lot for your satisfactory answer. now i am totally clarified. can you please guide me on subplot?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by