Stuart’s MATLAB Videos

Watch and Learn

Using parent child relationships to find figures

This was a question that came across my desk recently: “How do I know what figure numbers are already open?” The way to answer this is to query the “root” (always handle 0) for its children. Figures are always children of the root and are the only direct children of the root. get(0, ‘children’) This video discusses the question in more depth and talks about the graphics family tree.
|
  • print

댓글

댓글을 남기려면 링크 를 클릭하여 MathWorks 계정에 로그인하거나 계정을 새로 만드십시오.