Publish equation in latex
조회 수: 3 (최근 30일)
이전 댓글 표시
I am working with symbolic expressions and I am calculating a vector which I want to publish formated with matlab.
So my question can be summarized to: How do I print y = (x^2,4*x^2) as
without typing it manually in the system
댓글 수: 0
채택된 답변
madhan ravi
2020년 6월 5일
편집: madhan ravi
2020년 6월 16일
Use Livescript
y = [x^2; 4*x^2]
댓글 수: 1
Mehmed Saad
2020년 6월 16일
편집: Mehmed Saad
2020년 6월 17일
have your tried latex(y)
Edit: Please Run the code before printing
추가 답변 (0개)
참고 항목
카테고리
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!