TeX/LaTeX: how to define cubic root?
21 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
As known, \sqrt{...} for square root.. One can use ^(1/3), but I wish beaty sign of root...
0 commentaires
Réponse acceptée
Arnaud Miege
le 17 Mai 2011
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}$$']);
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!