필터 지우기
필터 지우기

Is there any way to output the statistical outcome in latex?

조회 수: 4 (최근 30일)
alpedhuez
alpedhuez 2021년 7월 14일
답변: Shubham 2024년 4월 30일
It seems that R has a package that allows to create a latex output of statistical outcome
Does Matlab also have such mechanism?

답변 (1개)

Shubham
Shubham 2024년 4월 30일
Hey Alpedhuez,
There are few options that you could use to get LaTeX equations in MATLAB.
If you wish to convert mathematical equations in LaTeX format then you could leverage the Symbolic Math Toolbox to use the "latex" function to get the desired expressions.
You could also use the "publish" function while specifying LaTeX as the 'format': https://www.mathworks.com/help/matlab/ref/publish.html
You can also leverage the "outreg_latex" function present on MATLAB File Exchange which prints the regression output in LaTeX format. Please refer to the following:
I hope this helps!

카테고리

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

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by