Figureウィンド​ウのタイトルを変更す​る方法はありますか?

Figureウィンドウのタイトルに、任意の文字列を指定する方法を教えてください。デフォルトでは、Figure1 のように数値が表示されています。

 采纳的回答

0 个投票

'Name'プロパティや、'NumberTitle'プロパティをご利用ください。'NumberTitle'プロパティを'off'にすることで、デフォルトで表示される数値は表示されません。
figure('Name','Simulation Plot Window','NumberTitle','off')

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 座標軸の外観 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!