matrix2latex Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: matrix2latex.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Moritz Koehler (View more)

matrix2latex script description:




Publisher review:
matrix2latex - MATLAB array to LaTeX table converter. This function converts an MATLAB 2-dimensional array (matrix) which can be numerical or a cell array, into proper formated LaTeX code. The result will be a file that can be included into any LaTeX document, and will display the data through the 'tabular' environment.Usage:matrix2late(matrix, filename, varargs)where- matrix is a 2 dimensional numerical or cell array- filename is a valid filename, in which the resulting latex code will be stored- varargs is one ore more of the following (denominator, value) combinations 'rowLabels', array -> Can be used to label the rows of the resulting latex table 'columnLabels', array -> Can be used to label the columns of the resulting latex table 'alignment', 'value' -> Can be used to specify the alginment of the table within the latex document. Valid arguments are: 'l', 'c', and 'r' for left, center, and right, respectively 'format', 'value' -> Can be used to format the input data. 'value' has to be a valid format string, similar to the ones used in fprintf('format', value); 'size', 'value' -> One of latex' recognized font-sizes, e.g. tiny, HUGE, Large, large, LARGE, etc.Example input:matrix = [1.5 1.764; 3.523 0.2];rowLabels = {'row 1', 'row 2'};columnLabels = {'col 1', 'col 2'};matrix2latex(matrix, 'out.tex', 'rowLabels', rowLabels, 'columnLabels', columnLabels, 'alignment', 'c', 'format', -6.2f', 'size', 'tiny');

The resulting latex file can be included into any latex document by:/input{out.tex} Requirements: ยท MATLAB Release: R13
matrix2latex is a Matlab script for Scientific/Engineering scripts design by Moritz Koehler. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5