latex_trick.m

Replaces decimal points in either a matrix or a scalar with a '&' to allow for easier handling

You are now following this Submission

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 (2026). latex_trick.m (https://www.mathworks.com/matlabcentral/fileexchange/9324-latex_trick-m), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0