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!




