matlab2word

MatLAB library that allows to write your calculations into Word template file.
53 Downloads
Updated 2 Feb 2024

matlab2word

A MATLAB library that allows writing your calculations into a Word template file. It might be useful when you have a report template that has specific formatting and requires some calculations. See how to use this library in files matlab2word_example_en.mlx or matlab2word_example_ru.mlx (open these files in MATLAB). If you still have questions, feel free to contact me: tan4ukmak7@gmail.com. Special thanks to Оль Роман and Шевченко Алина for help in developing this library.

Minimum requirements: MATLAB 2013b or higher

Version History

v1.4.0 - Compatibility update

  • You can use this library on old MATLAB versions

v1.3.0 - Spelling fix and saving file features

  • You can specify output file name explicitly as well as for the input file.

v1.2.0 - Code improvements and added table replacement

  • Now for using comma as a decimal separator call .SetDecimalSeparator(',').
  • You can paste data in a table with an undefined number of rows.

v1.1.0 - Added some features

  • Now your result saves automatically by adding _out part to your input file. If you want to select a place to save, use the method .SaveManually().
  • You can change your default imaginary unit using a function .SetImaginaryUnit('j').
  • You can use data for replacement not only from MATLAB but also from another file.

v1.0.0 - Initial version.

  • Abilities to write text, numbers, tables, and plots into Word.

Cite As

Maksym Tanchuk (2026). matlab2word (https://github.com/TAN4UKmax/matlab2word), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2020b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.