最全Matlab特殊符号输入

以下是Matlab中特殊符号输入的汇总,如果遇到更复杂的符号或公式输入,可以使用更全面的Latex代码进行解析

ModifierDescriptionExample
^{ }Superscript上标‘text^{superscript}’
_{ }Subscript下标‘text_{subscript}’
\bfBold font‘\bf text’
\itItalic font‘\it text’
\slOblique font (usually the same as italic font)‘\sl text’
\rmNormal font‘\rm text’
\fontname{specifier}Font name — Set specifier as the name of a font family. You can use this in combination with other modifiers.‘\fontname{Courier} text’
\fontsize{specifier}Font size — Set specifier as a numeric scalar value in point units to change the font size.‘\fontsize{15} text’
\color{specifier}Font color — Set specifer as one of these colors: red, green, yellow, magenta, blue, black, white, gray, darkGreen, orange, or lightBlue.‘\color{magenta} text’
\color[rgb]{specifier}Custom font color — Set specifier as a three-element RGB triplet.‘\color[rgb]{0,0.5,0.5} text’

注: 可用{}把须放在一起的括起来

Character SequenceSymbolCharacter SequenceSymbolCharacter SequenceSymbol
\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\timesx\ldots
\perp\surd\prime´
\wedge\varpiϖ\0
\rceil\rangle\mid
\vee\langle\copyright©
    原文作者:李彪_哈工大
    原文地址: https://www.jianshu.com/p/46a676d3a406
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞