5.0

5.0 | 1 rating Rate this file 10 Downloads (last 30 days) File Size: 2.04 KB File ID: #37349
image thumbnail

matrix2lyx

by Pål Næverlid Sævik

 

29 Jun 2012

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

| Watch this File

File Information
Description

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

Acknowledgements

Matrix2latex inspired this file.

Required Products MATLAB
MATLAB release MATLAB 7.12 (R2011a)
Tags for This File  
Everyone's Tags
conversion, convert, data export, latex, lyx, table, tex
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Comments and Ratings (1)
09 Jul 2012 Joachim  

Contact us