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

8 Ansichten (letzte 30 Tage)
Peter McColgan
Peter McColgan am 27 Okt. 2016
Kommentiert: Peter McColgan am 27 Okt. 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

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Scope Variables and Generate Names finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by