Filter löschen
Filter löschen

Writing structure type variable to excel file after passing it throught struct2table failes.

4 Ansichten (letzte 30 Tage)
Hi,
I have a structure with 9 fields that are either numbers or strings. I then convert that to a table using the struct2table command and I attempt to write the resulting table using xlswrite into an excel sheet. Everytime I try though I get the following result:
Error using xlswrite (line 172)
Input data must be a numeric, cell, or logical array.
How can I resolve this error while maintaining the method I am using as when the table is created it keeps the headers making it easier to keep track of data later.

Antworten (2)

Cris LaPierre
Cris LaPierre am 22 Dez. 2018
Use struct2table still, but then you need to use the writetable function, not xlswrite. If you want an 'xlsx' file, just give the filename that extension and MATLAB will do the rest.

madhan ravi
madhan ravi am 22 Dez. 2018
Download the below file exchange to achieve what you want:

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by