matlab里面怎么用公式编辑器
发布网友
发布时间:2022-04-22 05:01
我来回答
共4个回答
热心网友
时间:2023-04-30 12:01
可以用专业公式编辑器,我常用亿图公式编辑器编写各种公式文档。支持图片、latex等格式。最主要的是,它支持在线使用,无需下载软件,感觉很方便。
热心网友
时间:2023-04-30 12:02
转自网络
首先MathType公式编辑器里面的公式。而在MATLAB的命令窗口和Editor中虽然不能将公式显示的想MathType中那么漂亮。不过,可以在axes坐标轴里面将公式显示的和MathType公式编辑器里面的一样漂亮。
如果想要将MathType中的公式,拿到Matlab里面显示,首先需要将MathType中的公式转换为Tex格式的命令。这点,可以通过设置MathType来实现。
打开MathType,“Preferences”-》“Translator”,然后如下面的设置:
然后再MathType里面输入一个公式,然后拷贝到一个记事本里,如下:
打开MATLAB,运行下面的命令:
>> showLatex('$$f_s^t\left( \alpha \right) = \sum\limits_{k = 1}^n {{s^3}} $$')
注意,showLatex函数的输入参数是MathType生成的Tex命令。就会出现下面的窗口:
首先MathType公式编辑器里面的公式,其实就是Latex或Tex命令的一个解释。而在MATLAB的命令窗口和Editor中虽然不能将公式显示的想MathType中那么漂亮。不过,可以在axes坐标轴里面将公式显示的和MathType公式编辑器里面的一样漂亮。
如果想要将MathType中的公式,拿到Matlab里面显示,首先需要将MathType中的公式转换为Tex格式的命令。这点,可以通过设置MathType来实现。
热心网友
时间:2023-04-30 12:02
matlab支持tex和latex格式,
你试试下面的代码
>> xlabel('\pi')
热心网友
时间:2023-04-30 12:03
matlab 里面 直接写“pi”,就是默认的 圆周率。
Symbol
\alpha
α
\upsilon
υ
\sim
~
\beta
β
\phi
Φ
\leq
≤
\gamma
γ
\chi
χ
\infty
∞
\delta
δ
\psi
ψ
\clubsuit
♣
\epsilon
ɛ
\omega
ω
\diamondsuit
♦
\zeta
ζ
\Gamma
Γ
\heartsuit
♥
\eta
η
\Delta
Δ
\spadesuit
♠
\theta
Θ
\Theta
Θ
\leftrightarrow
↔
\vartheta
ϑ
\Lambda
∧
\leftarrow
←
\iota
ι
\Xi
Ξ
\uparrow
↑
\kappa
κ
\Pi
∏
\rightarrow
→
\lambda
λ
\Sigma
∑
\downarrow
↓
\mu
μ
\Upsilon
ϒ
\circ
o
\nu
ν
\Phi
Φ
\pm
±
\xi
ξ
\Psi
Ψ
\geq
≥
\pi
π
\Omega
Ω
\propto
∝
\rho
ρ
\forall
∀
\partial
∂
\sigma
σ
\exists
∃
\bullet
•
\varsigma
ς
\ni
∍
\div
÷
\tau
τ
\cong
≅
\neq
≠
\equiv
≡
\approx
≈
\aleph
ℵ
\Im
ℑ
\Re
ℜ
\wp
℘
\otimes
⊗
\oplus
⊕
\oslash
∅
\cap
∩
\cup
∪
\supseteq
⊇
\supset
⊃
\subseteq
⊆
\subset
⊂
\int
∫
\in
∈
\o
ο
\rfloor
ë
\lceil
é
\nabla
∇
\lfloor
û
\cdot
·
\ldots
...
\perp
⊥
\neg
¬
\prime
′
\wedge
∧
\times
x
\0
∅
\rceil
ù
\surd
√
\mid
|
\vee
∨
\varpi
ϖ
\copyright
©
\langle
∠
\rangle
∠
You can also specify stream modifiers that control font type and color. The first four modifiers are mutually exclusive. However, you can use \fontname in combination with one of the other modifiers:
\bf — Bold font
\it — Italic font
\sl — Oblique font (rarely available)
\rm — Normal font
\fontname{fontname} — Specify the name of the font family to use.
\fontsize{fontsize} — Specify the font size in FontUnits.
\color(colorSpec) — Specify color for succeeding characters
Stream modifiers remain in effect until the end of the string or only within the context defined by braces { }.
不好意思,开始的时候错误理解了你的意思。刚在mathworks的网站找了这些给你。 52xenos说的对,matlab支持tex 和latex的格式。
参考资料:http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?