Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
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.

Réponses (2)

Cris LaPierre
Cris LaPierre le 22 Déc 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 le 22 Déc 2018
Download the below file exchange to achieve what you want:

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by