Re: Doubts regarding
- From: "Nevine Jacob" <nevinejacob1981@xxxxxxxxxxx>
- Date: Wed, 14 Sep 2005 17:48:20 -0400
Thanks John for the suggestion. It serves the purpose!
- Nevine
John D'Errico wrote:
>
>
> In article <ef1437f.3@xxxxxxxxxxxxxxxx>,
> "Nevine Jacob" <nevinejacob1981@xxxxxxxxxxx> wrote:
>
>> Hi John,
>>
>> The isfield function works great. Thanks.
>>
>> I think the warndlg problem is bcos I'm using a student version
> of
>> matlab. So '<Student Version .... >' is displayed. The
dialog
>> box name is not displayed bcos the dialog box is too small to
>> accomodate both the "<Student ..." and the name I provided.
>>
>> Is there anyway to get around this. It's not very important but
> if
>> you could remember it offhand, then please do let me know.
>>
>> Thanks,
>> Nevine
>
> Ok, but warndlg returns a figure handle.
>
> You can use set to rename that figure window anyway
> that you want. I don't know if you can rename it without
> the "Student version" crap in the frame, but at the very
> least you can enlarge the figure window.
>
> h = warndlg('sghetyje','utkrik');
>
> get(h)
> Alphamap = [ (1 by 64) double array]
> BackingStore = off
> CloseRequestFcn = closereq
> Color = [0.701961 0.701961 0.701961]
> Colormap = [ (256 by 3) double array]
> CurrentAxes = [5.00269]
> CurrentCharacter =
> CurrentObject = []
> CurrentPoint = [-0.960568 -0.960568]
> DockControls = off
> DoubleBuffer = on
> FileName =
> FixedColors = [ (16 by 3) double array]
> IntegerHandle = off
> InvertHardcopy = off
> KeyPressFcn = [ (1 by 1) function_handle array]
> MenuBar = none
> MinColormap = [64]
> Name = utkrik
> NextPlot = add
> NumberTitle = off
> PaperUnits = inches
> PaperOrientation = portrait
> PaperPosition = [2.86836 4.97628 2.74829 1.05396]
> PaperPositionMode = auto
> PaperSize = [8.5 11]
> PaperType = usletter
> Pointer = arrow
> PointerShapeCData = [ (16 by 16) double array]
> PointerShapeHotSpot = [1 1]
> Position = [516.264 605.081 197 76]
> Renderer = painters
> RendererMode = auto
> Resize = off
> ResizeFcn =
> SelectionType = normal
> ShareColors = on
> ToolBar = none
> Units = points
> WindowButtonDownFcn =
> WindowButtonMotionFcn =
> WindowButtonUpFcn =
> WindowStyle = normal
> XDisplay = :0.0
> XVisual = 0x22 (TrueColor, depth 24, RGB mask 0xff0000 0xff00
> 0x00ff)
> XVisualMode = auto
>
> BeingDeleted = off
> ButtonDownFcn = if isempty(allchild(gcbf)), close(gcbf), end
> Children = [ (4 by 1) double array]
> Clipping = on
> CreateFcn =
> DeleteFcn =
> BusyAction = queue
> HandleVisibility = callback
> HitTest = on
> Interruptible = on
> Parent = [0]
> Selected = off
> SelectionHighlight = on
> Tag = Msgbox_utkrik
> Type = figure
> UIContextMenu = []
> UserData = []
> Visible = on
>
> You can now set the size of the window with the 'position'
> property, or the name with the 'name' property, both via set.
>
> John
>
>
> --
> The best material model of a cat is another, or
> preferably the same, cat.
> A. Rosenblueth, Philosophy of Science, 1945
>
.
- References:
- Doubts regarding "exist" and "warndlg" function
- From: Nevine Jacob
- Re: Doubts regarding "exist" and "warndlg" function
- From: John D'Errico
- Re: Doubts regarding
- From: Nevine Jacob
- Doubts regarding "exist" and "warndlg" function
- Prev by Date: Re: TAylor Series
- Next by Date: Re: Why won't these 3 lines of code work?
- Previous by thread: Re: Doubts regarding
- Next by thread: Re: xpc PCI-das1602/16
- Index(es):