>> hf = plot ([0 1]) hf = 174.0026 >> hf hf = 174.0026 >> get (hf) DisplayName: '' Annotation: [1x1 hg.Annotation] Color: [0 0 1] LineStyle: '-' LineWidth: 0.5000 Marker: 'none' MarkerSize: 6 MarkerEdgeColor: 'auto' MarkerFaceColor: 'none' XData: [1 2] YData: [0 1] ZData: [1x0 double] BeingDeleted: 'off' ButtonDownFcn: [] Children: [0x1 double] Clipping: 'on' CreateFcn: [] DeleteFcn: [] BusyAction: 'queue' HandleVisibility: 'on' HitTest: 'on' Interruptible: 'on' Selected: 'off' SelectionHighlight: 'on' Tag: '' Type: 'line' UIContextMenu: [] UserData: [] Visible: 'on' Parent: 173.0021 XDataMode: 'auto' XDataSource: '' YDataSource: '' ZDataSource: '' >> phf = get (hf,"'Parent') phf = get (hf,"'Parent') | Error: The input character is not valid in MATLAB statements or expressions. >> phf = get (hf, 'Parent') phf = 173.0021 >> get (phf) ActivePositionProperty = outerposition ALim = [0 1] ALimMode = auto AmbientLightColor = [1 1 1] Box = on CameraPosition = [1.5 0.5 17.3205] CameraPositionMode = auto CameraTarget = [1.5 0.5 0] CameraTargetMode = auto CameraUpVector = [0 1 0] CameraUpVectorMode = auto CameraViewAngle = [6.60861] CameraViewAngleMode = auto CLim = [0 1] CLimMode = auto Color = [1 1 1] CurrentPoint = [ (2 by 3) double array] ColorOrder = [ (7 by 3) double array] DataAspectRatio = [1 1 2] DataAspectRatioMode = auto DrawMode = normal FontAngle = normal FontName = Helvetica FontSize = [10] FontUnits = points FontWeight = normal GridLineStyle = : Layer = bottom LineStyleOrder = - LineWidth = [0.5] MinorGridLineStyle = : NextPlot = replace OuterPosition = [0 0 1 1] PlotBoxAspectRatio = [1 1 1] PlotBoxAspectRatioMode = auto Projection = orthographic Position = [0.13 0.11 0.775 0.815] TickLength = [0.01 0.025] TickDir = in TickDirMode = auto TightInset = [0.0392857 0.0404762 0.00892857 0.0190476] Title = [175.002] Units = normalized View = [0 90] XColor = [0 0 0] XDir = normal XGrid = off XLabel = [176.002] XAxisLocation = bottom XLim = [1 2] XLimMode = auto XMinorGrid = off XMinorTick = off XScale = linear XTick = [ (1 by 11) double array] XTickLabel = [ (11 by 3) char array] XTickLabelMode = auto XTickMode = auto YColor = [0 0 0] YDir = normal YGrid = off YLabel = [177.002] YAxisLocation = left YLim = [0 1] YLimMode = auto YMinorGrid = off YMinorTick = off YScale = linear YTick = [ (1 by 11) double array] YTickLabel = [ (11 by 3) char array] YTickLabelMode = auto YTickMode = auto ZColor = [0 0 0] ZDir = normal ZGrid = off ZLabel = [178.002] ZLim = [-1 1] ZLimMode = auto ZMinorGrid = off ZMinorTick = off ZScale = linear ZTick = [-1 0 1] ZTickLabel = ZTickLabelMode = auto ZTickMode = auto BeingDeleted = off ButtonDownFcn = Children = [174.003] Clipping = on CreateFcn = DeleteFcn = BusyAction = queue HandleVisibility = on HitTest = on Interruptible = on Parent = [1] Selected = off SelectionHighlight = on Tag = Type = axes UIContextMenu = [] UserData = [] Visible = on >> pphf = get (phf, 'Parent') pphf = 1 >> get (pphf) Alphamap = [ (1 by 64) double array] CloseRequestFcn = closereq Color = [0.8 0.8 0.8] Colormap = [ (64 by 3) double array] CurrentAxes = [173.002] CurrentCharacter = CurrentObject = [] CurrentPoint = [0 0] DockControls = on FileName = IntegerHandle = on InvertHardcopy = on KeyPressFcn = KeyReleaseFcn = MenuBar = figure Name = NextPlot = add NumberTitle = on PaperUnits = inches PaperOrientation = portrait PaperPosition = [0.25 2.5 8 6] PaperPositionMode = manual PaperSize = [8.26772 11.6929] PaperType = A4 Pointer = arrow PointerShapeCData = [ (16 by 16) double array] PointerShapeHotSpot = [1 1] Position = [77 572 560 420] Renderer = painters RendererMode = auto Resize = on ResizeFcn = SelectionType = normal ToolBar = auto Units = pixels WindowButtonDownFcn = WindowButtonMotionFcn = WindowButtonUpFcn = WindowKeyPressFcn = WindowKeyReleaseFcn = WindowScrollWheelFcn = WindowStyle = normal BeingDeleted = off ButtonDownFcn = Children = [173.002] Clipping = on CreateFcn = DeleteFcn = BusyAction = queue HandleVisibility = on HitTest = on Interruptible = on Parent = [0] Selected = off SelectionHighlight = on Tag = Type = figure UIContextMenu = [] UserData = [] Visible = on >> ppphf = get (pphf, 'Parent') ppphf = 0 >> get ([ppphf) get ([ppphf) | Error: Unbalanced or unexpected parenthesis or bracket. >> get (ppphf) CallbackObject = [] CommandWindowSize = [108 29] CurrentFigure = [1] Diary = off DiaryFile = diary Echo = off FixedWidthFontName = Courier New Format = short FormatSpacing = loose Language = en_us MonitorPositions = [ (2 by 4) double array] More = off PointerLocation = [1233 166] RecursionLimit = [500] ScreenDepth = [32] ScreenPixelsPerInch = [96] ScreenSize = [1 1 1920 1080] ShowHiddenHandles = off Units = pixels BeingDeleted = off ButtonDownFcn = Children = [1] Clipping = on CreateFcn = DeleteFcn = BusyAction = queue HandleVisibility = on HitTest = on Interruptible = on Parent = [] Selected = off SelectionHighlight = on Tag = Type = root UIContextMenu = [] UserData = [] Visible = on >>