<< xdel graphics %sn >>
removed >> removed > 6-1-1 > graphics > xname

xname

カレントのグラフィックウインドウの名前を変更する

呼び出し手順

xname(name)

引数

name

文字列, 新しいグラフィックウインドウの名前.

説明

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")

参照

履歴

VersionDescription
6.1.1 xname() declared obsolete, to be removed in next Scilab version. It is replaced with gcf().figure_name="New name".

<< xdel graphics %sn >>