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

4 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Text Analytics Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by