カレントのグラフィックウインドウの名前を変更する
xname(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") | ![]() | ![]() |
Version | Description |
6.1.1 | xname() declared obsolete, to be removed in next Scilab version.
It is replaced with gcf().figure_name="New name" . |