Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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}
Citar como
Lu Ce (2026). Matlab matrix to LaTeX conversion example (https://la.mathworks.com/matlabcentral/fileexchange/80629-matlab-matrix-to-latex-conversion-example), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: Matrix to Latex
Información general
- Versión 1.0.3 (1,22 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
