Scilab 5.5.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
titlepage
グラフィックウインドウの中央にタイトルを追加する
呼び出し手順
titlepage(str)
引数
- str
文字列の行列
説明
titlepage
はカレントのグラフィックウインドウ
の中央にできるだけ大きなフォントで
文字列の行列str
を表示します.
例
例
titlepage("This is the title of the page");
参照
- xtitle — グラフィックスウインドにタイトルを追加する
Report an issue | ||
<< text_properties | text | xinfo >> |