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

3 visualizaciones (últimos 30 días)
Peter McColgan
Peter McColgan el 27 de Oct. de 2016
Comentada: Peter McColgan el 27 de Oct. de 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 comentario
Peter McColgan
Peter McColgan el 27 de Oct. de 2016
Thank you so much, this is exactly what I was looking for!

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Scope Variables and Generate Names en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by