latex_trick.m

Replaces decimal points in either a matrix or a scalar with a '&' to allow for easier handling
849 Downloads
Updated 12 Dec 2005

No License

As documented in lshort.pdf, an easy way of aligning table columns in MATLAB to a decimal point is to break down the numerical entries into two columns, and set the alignment to 'r@{.}l', which places a decimal point between a right and a left aligned column.

This function changes decimal points in either a scalar or a matrix to a '&' to allow for using this technique.

For best results, combine with matrix2latex.m available on this site.

Usage:
% latex_trick(number, format)
% where:
% number is a matrix or a scalar, and
% format is a format string as if for fprintf.
% returns:
% a string if number is a scalar, or
% a string cell array otherwise.

Cite As

Christopher Granade (2024). latex_trick.m (https://www.mathworks.com/matlabcentral/fileexchange/9324-latex_trick-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0