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://jp.mathworks.com/matlabcentral/fileexchange/9112-writetowordfrommatlab), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: saveppt, save2word

ヒントを与えたファイル: Matlab to MSWord function library, wordreport

カテゴリ

Help Center および MATLAB AnswersMATLAB 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.