Sets the text displayed in the current window status bar
xinfo(text)
string displayed in the status bar
xinfo
sets the text displayed in the status bar (panel at the bottom
of windows) of the current window. It is a the equivalent of setting the
info_message property for the current graphic
window (given by gcf)
f = scf(100001); xinfo("Figure ID: " + string(f.figure_id)); | ![]() | ![]() |
Version | Description |
6.0.2 | xinfo() is tagged obsolete. Please use gcf().info_message instead. |
6.1.0 | xinfo() is removed. |