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...

 채택된 답변

Arnaud Miege
Arnaud Miege 2011년 5월 17일

1 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

질문:

2011년 5월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by