Publish equation in latex

조회 수: 3 (최근 30일)
John Miller
John Miller 2020년 6월 5일
편집: Mehmed Saad 2020년 6월 17일
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

채택된 답변

madhan ravi
madhan ravi 2020년 6월 5일
편집: madhan ravi 2020년 6월 16일
Use Livescript
y = [x^2; 4*x^2]
  댓글 수: 1
Mehmed Saad
Mehmed Saad 2020년 6월 16일
편집: Mehmed Saad 2020년 6월 17일
have your tried latex(y)
Edit: Please Run the code before printing

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by