getAxes
类: matlab.graphics.chartcontainer.ChartContainer
命名空间: matlab.graphics.chartcontainer
获取图容器子类的坐标区
语法
ax = getAxes(obj)
输入参数
输出参量
示例
限制
对坐标区设置
OuterPositon、InnerPosition、Position或PositionConstraint属性可能产生意外的结果。在这种情况下,请对图的实例配置位置。不推荐更改坐标区的
Parent属性。更好的做法是,对图的实例指定Parent属性。