Effacer les filtres
Effacer les filtres

Combine multiple tables into one so that it can be write into one excel sheet

8 vues (au cours des 30 derniers jours)
Ji Li
Ji Li le 13 Sep 2018
Commenté : Ji Li le 14 Sep 2018
I have a Matlab function that generates multiple tables, each table is quite different from the others, whether in size or in variable names. Is that possible that I combine and shape these tables into one big table or matrix(whatever) as long as all the tables can be returned to one Excel sheet with one call?

Réponses (1)

Peter Perkins
Peter Perkins le 13 Sep 2018
Modifié(e) : Peter Perkins le 13 Sep 2018
You can combine the tables, but if you have different variables in each one you'd have to fill in large chunks with missing data.
Why not write to the spreadsheet using a range?
  5 commentaires
Walter Roberson
Walter Roberson le 14 Sep 2018
Sorry, I do not know how excel add-in work. I do not have Excel on windows to test with.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by