Matlab matrix to LaTeX conversion example

버전 1.0.3 (1.22 KB) 작성자: Lu Ce
Script showing a simple way to convert a MATLAB numeric matrix to LaTeX.
다운로드 수: 813
업데이트 날짜: 2020/10/1

라이선스 보기

This script shows a simple way to convert a MATLAB numeric matrix to a LaTeX matrix. In the script, choose matrix to convert and output formatting. The resulting LaTeX matrix is printed in the command window after running the script. The resulting LaTeX matrix requires amsmath package. Here is a LaTeX example of how to use the output of the script:

\documentclass{report}

\usepackage{amsmath}

\begin{document} {

% Place the output of the script here:
\begin{bmatrix}
0.45 & 0.71 \cr
0.65 & 0.75
\end{bmatrix}

\end{document}

인용 양식

Lu Ce (2025). Matlab matrix to LaTeX conversion example (https://kr.mathworks.com/matlabcentral/fileexchange/80629-matlab-matrix-to-latex-conversion-example), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

도움 준 파일: Matrix to Latex

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.3

No update.

1.0.2

No updates.

1.0.1

No updates.

1.0.0