MATLAB Function Reference |
Syntax
title('string
') title(fname) title(...,'PropertyName
',PropertyValue,...) h = title(...)
Description
每一 axes 圖像物件可有一個標題。標題放置在軸心圖上端的正中央。
title('
輸出現行軸心圖上端中央的字串。string
')
title(fname)
計算回傳一字串的函式並將其顯示在現行軸心圖上端的中央。
title(...,'
針對 text 圖像物件定義屬性名稱及屬性值以開啟 PropertyName
',PropertyValue,...)
title。
h = title(...)
回傳使用該標題的本文物件頭銜(handle)。
Examples
title(date)
f = 70; c = (f--32)/1.8; title(['Temperature is ',num2str(c),'C'])
n = 3; title(['Case number #',int2str(n)],'Color','y')
title('\ite^{\omega\tau} = cos(\omega\tau) + isin(\omega\tau)')
title('\alpha^2')
title('X_1')
本文物件 String
的屬性列出可支援使用的符號。
Remarks
title
設定現行軸心圖像物件的 Title
屬性至一新的本文圖像物件。設定本文 String
屬性以得到更多的資訊。
See Also
gtext
, int2str
, num2str
, plot
, text
, xlabel
, ylabel
, zlabel
tic, toc | toeplitz |