TeX/LaTeX: how to define cubic root?
23 ビュー (過去 30 日間)
古いコメントを表示
As known, \sqrt{...} for square root.. One can use ^(1/3), but I wish beaty sign of root...
0 件のコメント
採用された回答
Arnaud Miege
2011 年 5 月 17 日
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}$$']);
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!