figtagged

Return the handle to a figure with a specified tag

이 제출물을 팔로우합니다

figtagged is a MATLAB function that makes it easy to refer to figures using text 'tags' rather than numeric figure handles. This is particularly useful when creating figures from scripts, since you often want to re-use a window between runs. (The usual alternatives are closing all the windows, which loses positioning and layout, and hard-coding figure numbers, which can interact badly with other scripts and functions.)

You can tag figures in MATLAB already, but this function makes it a bit more convenient.

Usage:

h = figtagged('thetag') returns a handle to a figure window with the 'Tag' property set to 'thetag'. If there is already a figure window with the specified tag, it will be cleared and reused; otherwise, a new figure is made.

Examples:

figtagged('mytag');
hFig = figtagged('mytag2');

인용 양식

Daniel J. Auger (2026). figtagged (https://kr.mathworks.com/matlabcentral/fileexchange/40284-figtagged), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Function Handles에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0