WriteToWordFromMatl​ab

Automatically create MS Word documents from Matlab with figures, tables, headers and text.

您现在正在关注此提交

This m-file is a modification of the 'save2word'. It's an example of how to automatically create MS Word documents from MATLAB with figures, tables, headers and text.
The different basic functionalities to add text with different style and to add figures are broken into sub-functions that can be used in a simple way.

引用格式

Andreas Karlsson (2026). WriteToWordFromMatlab (https://ww2.mathworks.cn/matlabcentral/fileexchange/9112-writetowordfrommatlab), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: saveppt, save2word

启发作品: Matlab to MSWord function library, wordreport

类别

Help CenterMATLAB Answers 中查找有关 MATLAB Report Generator 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.3.0.0

Changed calls to color-method into colorIndex to support MS-Word 2013. Thanks Martin van de Ven!

1.0.0.0

Added BSD license upon request from Mathworks
Several users wishing more out of the simple script led to new functionality.
- Table with matlab data
- Insertion of symbols
- Table of Contents
- Pagenumbers
- Text in other colors

Also a new section with hints for the eager users.