octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Request to run a command in matlab.


From: Ben Abbott
Subject: Re: Request to run a command in matlab.
Date: Wed, 16 Jun 2010 19:52:51 -0400

On Jun 16, 2010, at 7:39 PM, David Bateman wrote:

> Futhermore does
> 
> get(gca(), 'default')
> 
> on a freshly started matlab session print a structure with all of the axes 
> properties, or does it print an empty structure as Octave currently. In a 
> similar vein, what does
> 
> set(gca())
> 
> gives?
> 
> D.
> 

>> get(gca(), 'default')

ans = 

0x0 struct array with no fields.

>> set(gca())
        ActivePositionProperty: [ position | {outerposition} ]
        ALim
        ALimMode: [ {auto} | manual ]
        AmbientLightColor
        Box: [ on | {off} ]
        CameraPosition
        CameraPositionMode: [ {auto} | manual ]
        CameraTarget
        CameraTargetMode: [ {auto} | manual ]
        CameraUpVector
        CameraUpVectorMode: [ {auto} | manual ]
        CameraViewAngle
        CameraViewAngleMode: [ {auto} | manual ]
        CLim
        CLimMode: [ {auto} | manual ]
        Color
        ColorOrder
        DataAspectRatio
        DataAspectRatioMode: [ {auto} | manual ]
        DrawMode: [ {normal} | fast ]
        FontAngle: [ {normal} | italic | oblique ]
        FontName
        FontSize
        FontUnits: [ inches | centimeters | normalized | {points} | pixels ]
        FontWeight: [ light | {normal} | demi | bold ]
        GridLineStyle: [ - | -- | {:} | -. | none ]
        Layer: [ top | {bottom} ]
        LineStyleOrder
        LineWidth
        MinorGridLineStyle: [ - | -- | {:} | -. | none ]
        NextPlot: [ new | add | {replace} | replacechildren ]
        OuterPosition
        PlotBoxAspectRatio
        PlotBoxAspectRatioMode: [ {auto} | manual ]
        Projection: [ {orthographic} | perspective ]
        Position
        TickLength
        TickDir: [ {in} | out ]
        TickDirMode: [ {auto} | manual ]
        Title
        Units: [ inches | centimeters | {normalized} | points | pixels | 
characters ]
        View
        XColor
        XDir: [ {normal} | reverse ]
        XGrid: [ on | {off} ]
        XLabel
        XAxisLocation: [ top | {bottom} ]
        XLim
        XLimMode: [ {auto} | manual ]
        XMinorGrid: [ on | {off} ]
        XMinorTick: [ on | {off} ]
        XScale: [ {linear} | log ]
        XTick
        XTickLabel
        XTickLabelMode: [ {auto} | manual ]
        XTickMode: [ {auto} | manual ]
        YColor
        YDir: [ {normal} | reverse ]
        YGrid: [ on | {off} ]
        YLabel
        YAxisLocation: [ {left} | right ]
        YLim
        YLimMode: [ {auto} | manual ]
        YMinorGrid: [ on | {off} ]
        YMinorTick: [ on | {off} ]
        YScale: [ {linear} | log ]
        YTick
        YTickLabel
        YTickLabelMode: [ {auto} | manual ]
        YTickMode: [ {auto} | manual ]
        ZColor
        ZDir: [ {normal} | reverse ]
        ZGrid: [ on | {off} ]
        ZLabel
        ZLim
        ZLimMode: [ {auto} | manual ]
        ZMinorGrid: [ on | {off} ]
        ZMinorTick: [ on | {off} ]
        ZScale: [ {linear} | log ]
        ZTick
        ZTickLabel
        ZTickLabelMode: [ {auto} | manual ]
        ZTickMode: [ {auto} | manual ]

        ButtonDownFcn: string -or- function handle -or- cell array
        Children
        Clipping: [ {on} | off ]
        CreateFcn: string -or- function handle -or- cell array
        DeleteFcn: string -or- function handle -or- cell array
        BusyAction: [ {queue} | cancel ]
        HandleVisibility: [ {on} | callback | off ]
        HitTest: [ {on} | off ]
        Interruptible: [ {on} | off ]
        Parent
        Selected: [ on | off ]
        SelectionHighlight: [ {on} | off ]
        Tag
        UIContextMenu
        UserData
        Visible: [ {on} | off ]

>> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]