Effacer les filtres
Effacer les filtres

How to save for loop data to same excel file of variable?

7 vues (au cours des 30 derniers jours)
Swapnil Rane
Swapnil Rane le 1 Avr 2018
Commenté : Walter Roberson le 18 Nov 2022
In my code for every for loop a output variable is calculated. So, I want to save the data of each loop in same sheet after the last line in excel. Is there any way to do so?

Réponse acceptée

Walter Roberson
Walter Roberson le 1 Avr 2018
If you are using MS Windows with Excel installed then see https://www.mathworks.com/matlabcentral/fileexchange/28600-xlsappend
However, I would recommend that you consider saving all of the results in an array and appending only once all of the values are known, as the communication with Excel is comparatively expensive.
  3 commentaires
Parthiban Arumugam
Parthiban Arumugam le 18 Nov 2022
could you please explain how to call this function (above link) ?
can you put some example code here, if possible ?
Walter Roberson
Walter Roberson le 18 Nov 2022
In current releases I would use writetable or writematrix or writecell, with the option WriteMode 'append'

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by