You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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'.
Cite As
Pål Næverlid Sævik (2026). matrix2lyx (https://www.mathworks.com/matlabcentral/fileexchange/37349-matrix2lyx), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: matrix2latex
General Information
- Version 1.0.0.0 (2.04 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
