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

3 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scope Variables and Generate Names 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by