toTable: Simple Manual Matlab to Excel or Word Function

版本 1.2.0.0 (1.9 KB) 作者: Kirk
Take data from Matlab to an Excel Spreadsheet or a Word Table.
467.0 次下载
更新时间 2013/12/27

查看许可证

A simple and quick way of manually getting your data from Matlab into either an Excel Spreadsheet or a Word Table. This can be done by the time it takes to find the range needed for xlswrite. The clipboard is used instead of a COM interface.

Perfect for quickly getting data into a Word or Excel report. A single paste can populate an entire nxm table in Word with a nxm data set.

Three Easy Directions:
Generate data set A from your own code.
Type toTable(A).
Paste into Excel Spreadsheet or Word Table.

(Note: The default mode will automatically copy things into your clipboard.)

引用格式

Kirk (2024). toTable: Simple Manual Matlab to Excel or Word Function (https://www.mathworks.com/matlabcentral/fileexchange/44579-totable-simple-manual-matlab-to-excel-or-word-function), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Clarification

1.0.0.0