octave-maintainers
[Top][All Lists]
Advanced

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

Help with figure 'Name' property


From: Rik
Subject: Help with figure 'Name' property
Date: Sat, 21 Feb 2015 11:35:23 -0800

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




reply via email to

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