필터 지우기
필터 지우기

How to get groot before R2014b?

조회 수: 1 (최근 30일)
Albert Bing
Albert Bing 2019년 12월 13일
댓글: Albert Bing 2019년 12월 14일
I am working on a GUI program. groot was used in the scripts.
However, when applying it I found some old computers installed older version of Matlab, which made the GUI down.
I was thinking of define a variable groot to make the GUI working if matlab version was older than R2014b, by verLessThan.
How should I do it?
  댓글 수: 6
Walter Roberson
Walter Roberson 2019년 12월 13일
Sometimes groot is useful to provide a starting point for findall or findobj especially with a -depth argument (the starting point is not formally defined if you omit the object reference.)
Albert Bing
Albert Bing 2019년 12월 14일
Reply to @Steven Lord's comment, I used uicontrol(0, ...) just to replace groot to 0.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by