matrix2lyx

Converts a MATLAB matrix to a LyX table. See www.lyx.org.
664 download
Aggiornato 29 giu 2012

Visualizza la licenza

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'.

Cita come

Pål Næverlid Sævik (2025). matrix2lyx (https://it.mathworks.com/matlabcentral/fileexchange/37349-matrix2lyx), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2011a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato da: matrix2latex

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0