change the name of the current graphics window
xname(name)
string, new name of the graphics window.
xname changes the name of the current graphics window.
xname
xname("Empty graphic") x=-%pi*2:0.1:%pi*2; plot(x,sin(x)) xname("sin(x) with x between -%pi*2 and %pi*2")