matlab常用特殊字符表

1.常用特殊字符

字符序列 符号 字符序列 符号 字符序列 符号

\alpha

α

\upsilon

υ

\sim

~

\angle

\phi

ϕ

\leq

\ast

*

\chi

χ

\infty

\beta

β

\psi

ψ

\clubsuit

\gamma

γ

\omega

ω

\diamondsuit

\delta

δ

\Gamma

Γ

\heartsuit

\epsilon

ϵ

\Delta

Δ

\spadesuit

\zeta

ζ

\Theta

Θ

\leftrightarrow

\eta

η

\Lambda

Λ

\leftarrow

\theta

θ

\Xi

Ξ

\Leftarrow

\vartheta

ϑ

\Pi

Π

\uparrow

\iota

ι

\Sigma

Σ

\rightarrow

\kappa

κ

\Upsilon

ϒ

\Rightarrow

\lambda

λ

\Phi

Φ

\downarrow

\mu

µ

\Psi

Ψ

\circ

º

\nu

ν

\Omega

Ω

\pm

±

\xi

ξ

\forall

\geq

\pi

π

\exists

\propto

\rho

ρ

\ni

\partial

\sigma

σ

\cong

\bullet

\varsigma

ς

\approx

\div

÷

\tau

τ

\Re

\neq

\equiv

\oplus

\aleph

\Im

\cup

\wp

\otimes

\subseteq

\oslash

\cap

\in

\supseteq

\supset

\lceil

\subset

\int

\cdot

·

\o

ο

\rfloor

\neg

¬

\nabla

\lfloor

\times

x

\ldots

...

\perp

\surd

\prime

´

\wedge

\varpi

ϖ

\0

\rceil

\rangle

\mid

|

\vee

\langle

\copyright

©

2.字符修饰

修饰符 描述 示例
^{ } 上标 'text^{superscript}'
_{ } 下标 'text_{subscript}'
\bf 粗体 '\bf text'
\it 斜体 '\it text'
\sl 伪斜体(通常与斜体相同) '\sl text'
\rm 常规字体 '\rm text'
\fontname{specifier} 字体名称 - 将 specifier 替换为字体系列的名称。您可以将此说明符与其他修饰符结合使用。 '\fontname{Courier} text'
\fontsize{specifier} 字体大小 - 将 specifier 替换为以磅为单位的数值标量值。 '\fontsize{15} text'
\color{specifier} 字体颜色 - 将 specifier 替换为以下颜色之一:redgreenyellowmagentablueblackwhitegraydarkGreenorange 或 lightBlue '\color{magenta} text'
\color[rgb]{specifier} 自定义字体颜色 - 将 specifier 替换为三元素 RGB 三元组。 '\color[rgb]{0,0.5,0.5} text'

 

你可能感兴趣的:(matlab)