Adding latex equation to a Matlab Live Script and Plot the equation
이전 댓글 표시
I have added a latex equation to a Matlab Live Script. (In the Insert tab, by clicking Equation, and selecting LaTeX Equation)
For Example, let's have a latex equation as follows:
\frac{100 (-3)}{7 \left(5 \left(4 e^{10 \left(x-\frac{y}{100}\right)}-1\right)\right)}
I think the equation is a text form.

Question:
I want to convert the equation to code form and want to plot the equation. (CTRL+E doesn't work)
Any help would be appreciated.
채택된 답변
추가 답변 (1개)
dpb
2022년 1월 1일
0 개 추천
LaTeX is simply a display feature, at least so far it isn't tied to the actual code...
댓글 수: 1
Walter Roberson
2022년 1월 1일
Also, mathematical presentation format such as LaTeX is often ambiguous as code, and needs to be interpreted according to the knowledge domain.
카테고리
도움말 센터 및 File Exchange에서 Live Scripts and Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!