matrix2lyx

Converts a MATLAB matrix to a LyX table. See www.lyx.org.

Vous suivez désormais cette soumission

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

Citation pour cette source

Pål Næverlid Sævik (2026). matrix2lyx (https://fr.mathworks.com/matlabcentral/fileexchange/37349-matrix2lyx), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

Inspiré par : matrix2latex

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0