matrix2lyx
版本 1.0.0.0 (2.0 KB) 作者:
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'.
引用格式
Pål Næverlid Sævik (2024). matrix2lyx (https://www.mathworks.com/matlabcentral/fileexchange/37349-matrix2lyx), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2011a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Language Fundamentals > Matrices and Arrays >
- MATLAB > Data Import and Analysis > Data Import and Export > Standard File Formats > LaTeX >
在 Help Center 和 MATLAB Answers 中查找有关 Matrices and Arrays 的更多信息
标签
致谢
参考作品: matrix2latex
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |