toTable: Simple Manual Matlab to Excel or Word Function

Version 1.2.0.0 (1,92 KB) von Kirk
Take data from Matlab to an Excel Spreadsheet or a Word Table.
467 Downloads
Aktualisiert 27 Dez 2013

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2013a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

Clarification

1.0.0.0