xname
カレントのグラフィックウインドウの名前を変更する (obsolete))
呼び出し手順
xname(name)
引数
- name
文字列, 新しいグラフィックウインドウの名前.
説明
![]() | xname() is obsolete. It will be removed in Scilab 6.2.x.
Please use gcf().figure_name = "New name" instead. |
xnameはカレントのグラフィックウインドウの
名前を変更します.
例
履歴
| バージョン | 記述 |
| 6.1.1 | xname() declared obsolete. Replaced with gcf().figure_name="New name". |
| Report an issue | ||
| << xdel | figure_operations | geometric_shapes >> |
