How do you print output of fitlme to a text file?

2 vues (au cours des 30 derniers jours)
Peter McColgan
Peter McColgan le 27 Oct 2016
Commenté : Peter McColgan le 27 Oct 2016
I have run a mixed linear model using fitlme. I want to write all of the output printed in the workspace when typing lme to a text file.
How can I do this?
Thanks
Peter
  1 commentaire
Peter McColgan
Peter McColgan le 27 Oct 2016
Thank you so much, this is exactly what I was looking for!

Connectez-vous pour commenter.

Réponse acceptée

Swarooph
Swarooph le 27 Oct 2016
Use the diary command. Example:
diary('lmeDetails.txt')
lme
diary off

Plus de réponses (0)

Catégories

En savoir plus sur Text Data Preparation 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