TeX/LaTeX: how to define cubic root?

16 次查看(过去 30 天)
As known, \sqrt{...} for square root.. One can use ^(1/3), but I wish beaty sign of root...

采纳的回答

Arnaud Miege
Arnaud Miege 2011-5-17
Is it as an annotation on a plot? If so, you can do something like:
figure('color','white','units','inches','position',[2 2 4 6.5]);
axis off
h(1) = text('units','inch', 'position',[.2 5], ...
'fontsize',14, 'interpreter','latex', 'string',...
['$$\sqrt[3]{x}$$']);
  1 个评论
Igor
Igor 2011-5-17
Yes. At the legend :)
Thanks.
PS. They are generalized 'sqrt'...

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by