HandleVisibility property to make GUIs visible in handles hierarchy
A MATLAB user recently asked me why they could not find the handle to their GUI as a child of the root.
get(0, ‘children’)
The reason is they needed to change the handleVisibilty property of the GUI. This video shows how that is done.
コメント
コメントを残すには、ここ をクリックして MathWorks アカウントにサインインするか新しい MathWorks アカウントを作成します。