matrix2lyx
Versión 1.0.0.0 (2,04 KB) por
Pål Næverlid Sævik
Converts a MATLAB matrix to a LyX table. See www.lyx.org.
MATRIX2LYX Save matrix as LyX table
MATRIX2LYX(M,F) saves the matrix M in the LyX file given by F.
MATRIX2LYX(M,F,FORMAT) uses the format string FORMAT (see SPRINTF for
details).
Example
M = magic(4);
matrix2lyx(M, 'table.lyx', '%d');
stores the matrix M in the file named 'table.lyx', using the number
format '%d'.
Citar como
Pål Næverlid Sævik (2025). matrix2lyx (https://es.mathworks.com/matlabcentral/fileexchange/37349-matrix2lyx), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Language Fundamentals > Matrices and Arrays >
- MATLAB > Data Import and Analysis > Data Import and Export > Standard File Formats > LaTeX >
Más información sobre Matrices and Arrays en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspirado por: matrix2latex
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
