Matlab App Designer UIAxes 2d Plot
이전 댓글 표시
I have a UIAxes plot that populates with the data selected from the checklist on the left. However when the data is selected, the plot takes a 3d view. Is there a way to intialize the UI as a 2d plot, or make sure that the camera is only showing the 2d view?
댓글 수: 8
Adam Danz
2022년 3월 28일
What plot commands are you using?
Ethan Brueckner
2022년 3월 29일
편집: Adam Danz
2022년 3월 29일
If that's the only thing happening, I don't see why the axis view would become 3D unless it's 3D to begin with.
To switch to 2D,
view(app.UIAxes, 2)
Ethan Brueckner
2022년 3월 29일
Adam Danz
2022년 3월 30일
All I see is a black image with a white square. What should we be seeing?
Ethan Brueckner
2022년 3월 30일
Ethan Brueckner
2022년 3월 30일
Adam Danz
2022년 3월 30일
Sounds like some serious bugs. If you think it's within the Matlab software, please contact technical support.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




