필터 지우기
필터 지우기

How to include latex code in Matlab live script

조회 수: 194 (최근 30일)
ABDULAZIZ ALTUN
ABDULAZIZ ALTUN 2020년 3월 10일
댓글: Walter Roberson 2020년 3월 24일
I am new to matlab live script and I have a latex file that I whish to include in the mlx file using text or code
My latex code is
Denote the low-frequency monthly stocks ($(N+1)\times 1$) vector$Y_{lf}$ \
by:
\[
Y_{lf}=\left[
\begin{array}{ccccc}
S_{f_{0}} & S_{f_{1}} & S_{f_{2}} & \cdots & S_{f_{N}}%
\end{array}%
\right] ^{\prime }
\]%
where
\[
f_{j}=f_{j-1}+\kappa _{j}=\sum_{i=0}^{j}\kappa _{i},
\]%
$\kappa _{j}$ is the number of days in a month $j$. For example, if $j=0$
represents january 1999 this mean that there is $\kappa _{0}=29$ trading
days in this month.
I want to take this code and past it into the mlx but to be seen as a read not in this code style.
As you can see this has been done by copying and pasting but I was doing everytime α is not easily translated from the codes.
Can someone help in this regards?

답변 (2개)

Sahithi Metpalli
Sahithi Metpalli 2020년 3월 13일
Hi,
To Insert the Latex Equation
Go to the Insert tab, click Equation and select LaTeX Equation. The following window appears
Enter the equation and preview it, then click ok to insert in live script.
  댓글 수: 3
Sahithi Metpalli
Sahithi Metpalli 2020년 3월 23일
Hi,
You can even add text in the equation field.Make sure that the syntax for the latex code is right.Follow the link https://www.mathworks.com/help/matlab/matlab_prog/insert-equations.html to know more details.
Walter Roberson
Walter Roberson 2020년 3월 24일
Notice that the user has text outside of any $ area. Insert Latex does not appear to handle that -- not unless possibly if the user deliberately inserts extra $ to drop out of math mode.

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


Walter Roberson
Walter Roberson 2020년 3월 21일
Unless I have missed something in R2020a, there is no way to compute something (such as by reading it in) and have it processed as latex in Live Script presentation -- only in graphics.
The package that does permit computation (such as I/O) leading to display of Latex is Report Generator.

카테고리

Help CenterFile Exchange에서 LaTeX에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by