display biograph in GUI axes
3 次查看(过去 30 天)
显示 更早的评论
how can i display biograph viewer in gui axes?
0 个评论
采纳的回答
Walter Roberson
2021-2-19
Biograph Viewers are not designed to be displayed in a GUI axes. They create their own figure and attach behaviors to the figure. If you were to dig into a created axes and move the axes to your GUI, the viewer would not behave properly.
更多回答(1 个)
Steven Lord
2021-2-21
If you want to display a graph in an app or GUI axes, consider building a graph or digraph object and calling plot on it. I believe that as of a couple releases ago they could be parented to a uiaxes in an App Designer app.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!