Main Content
texlabel
Format text with TeX characters
Description
txt = texlabel(
converts
the MATLAB® expression f
)f
into the TeX equivalent
for use in text. texlabel
converts Greek variable
names (for example, lambda, delta, and so on) into a character vector
that is displayed as Greek letters. The txt
output
is useful as an argument to annotation functions such as title
, xlabel
,
and text
.
Examples
Input Arguments
Version History
Introduced before R2006a