TeX/LaTeX: how to define cubic root?

As known, \sqrt{...} for square root.. One can use ^(1/3), but I wish beaty sign of root...

 Réponse acceptée

Arnaud Miege
Arnaud Miege le 17 Mai 2011
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 commentaire

Igor
Igor le 17 Mai 2011
Yes. At the legend :)
Thanks.
PS. They are generalized 'sqrt'...

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by