Importing Latex Code into Matlab Scripts
조회 수: 17 (최근 30일)
이전 댓글 표시
Is there an easy way to import Latex code into a Matlab script or live script?
댓글 수: 0
답변 (1개)
Vladimir Sovkov
2020년 1월 7일
In live script, go to \insert\Equation\Latex equation or just press Cntrl+Shift+L or type your Latex equation embraced by $ symbols.
댓글 수: 3
Vladimir Sovkov
2020년 1월 8일
This is indeed a way of making a good-looking equation in the live script text mode. I am unaware of a simple method to convert it into the executable Matlab code. The syntax differ, hence, a retranslator though is possible in principle, would be a huge complicated system, and I do not think it has been created by anybody thus far.
Vladimir Sovkov
2020년 1월 8일
The reverse operation is easier--a Matlab symbolic expression can be turned to a latex formular with the command "latex" in the Symbolic Math Toolbox.
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!