R2017b Home: Missing uitree in appdesigner

조회 수: 2 (최근 30일)
Thomas
Thomas 2017년 12월 3일
댓글: Brett Mather 2018년 1월 11일
Hello,
I just updated to R2017b (Home, Win10). From the release note I understood that the appdesigner supports uitree now. But it's not available in the app designers component library.
Have I overlooked something?
Thomas

채택된 답변

Elizabeth Reese
Elizabeth Reese 2017년 12월 5일
The support for the uitree in MATLAB R2017b is for programmatic creation of the object. The component may be added to the App Designer Component Library in a future release. You can see an example of creating the uitree programmatically on the documentation page. If you want to get an exact position, you can try adding a different component (perhaps a uipanel) to the app and space it out how you like, then write down its Position in pixels to use for the created uitree.
  댓글 수: 1
Brett Mather
Brett Mather 2018년 1월 11일
MathWorks should update the documentation here: https://www.mathworks.com/help/matlab/components-in-app-designer.html
It states: "Add, remove, and position components in your app using drag and drop operations."
It then continues on to list a uitree as a common component that could be added using App Designer drag and drop. Unfortunately this is not true.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by