toTable: Simple Manual Matlab to Excel or Word Function

Version 1.2.0.0 (1.92 KB) by Kirk
Take data from Matlab to an Excel Spreadsheet or a Word Table.
467 Downloads
Updated 27 Dec 2013

View License

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.)

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

Clarification

1.0.0.0