Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
xname
change the name of the current graphics window (obsolete))
Syntax
xname(name)
Arguments
- name
string, new name of the graphics window.
Description
xname() is obsolete. It will be removed in Scilab 6.2.x.
Please use gcf().figure_name = "New name" instead. |
xname
changes the name of the current graphics window.
Examples
History
Version | Description |
6.1.1 | xname() declared obsolete. Replaced with gcf().figure_name="New name". |
Report an issue | ||
<< xdel | figure_operations | geometric_shapes >> |