octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with figure 'Name' property


From: Ben Abbott
Subject: Re: Help with figure 'Name' property
Date: Sat, 21 Feb 2015 15:10:34 -0500

> On Feb 21, 2015, at 2:35 PM, Rik <address@hidden> wrote:
> 
> 2/21/15
> 
> Could someone run the following under Matlab and report back?
> 
> hf = figure (1234);
> %% What is title of window?  I expect "Figure 1234"
> set (hf, 'Name', 'Hello World')
> %% What is title of window?  I expect "Figure 1234: Hello World", but who
> knows?
> get (hf, 'NumberTitle')
> %% Is this "on"?
> 
> Thanks,
> Rik

You are correct in all cases.

Ben



reply via email to

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