How can I export a MATLAB matrix 'A' as a table in Microsoft Word?
17 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2012 年 9 月 26 日
編集済み: MathWorks Support Team
2021 年 2 月 17 日
I have a matrix A in MATLAB that I would like to export to Microsoft Word as a table.
採用された回答
MathWorks Support Team
2021 年 2 月 17 日
編集済み: MathWorks Support Team
2021 年 2 月 17 日
This functionality is currently not possible with the MATLAB publishing tools.
There are however, several user-submitted functions that can help you achieve this. These are available at the MATLAB Central File Exchange. One, called TABLE2WORD, uses ActiveX controls to take data from a MATLAB variable and put it in a table in a Word document. Another option is a function called WriteToWordFromMatlab. This contains a sample script demonstrating how you can use ActiveX controls to create a report with figures, tables, headers, and text. The files can be found at the following locations:
Note that MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing authors.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!