Borrar filtros
Borrar filtros

export variable in word

4 visualizaciones (últimos 30 días)
Luigi Stragapede
Luigi Stragapede el 6 de Sept. de 2020
Editada: Abdolkarim Mohammadi el 6 de Sept. de 2020
Is it possible to export in Word a variable (4x1x96 in my case) obtained in the worspace?
thanks

Respuestas (1)

Abdolkarim Mohammadi
Abdolkarim Mohammadi el 6 de Sept. de 2020
Editada: Abdolkarim Mohammadi el 6 de Sept. de 2020
You can export matrixes to word using Report generator. The general workflow is that you first create a report template that determines the elements of your report (including matrixes), and after you have created the matrix in MATLAB's workspace, you call the report generator to generate your Word report. You should notice that you have a 3D matrix, which cannot be represented in Word's tables. Since the second dimension is singlton, you should first use squeeze() to turn your matrix into 2D.

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by