How to display latex expression with natural log in a plot's legend?
조회 수: 3 (최근 30일)
이전 댓글 표시
I'm having trouble getting the following LaTex expression to display in the legend. I used those expresions in the Live Editor's Insert Latex Equation and they were accepted so I'm not sure why I'm getting the warning.

댓글 수: 0
채택된 답변
Star Strider
2019년 7월 6일
You have to begin and end each part of the expression with dollar-signs ($).
So:
'$e^\frac{ln(k)}{k}(t-k)$'
and so for the rest.
댓글 수: 2
Star Strider
2019년 7월 6일
As always, my pleasure.
The ‘$’ are a LaTeX convention for specifying the maths expressions. See: The Not So Short Introduction to LaTeX2e for an extended discussion. (If I remember correctly, the section on maths begins about page 56.)
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
