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

조회 수: 4 (최근 30일)
Peter McColgan
Peter McColgan 2016년 10월 27일
댓글: Peter McColgan 2016년 10월 27일
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
Peter McColgan
Peter McColgan 2016년 10월 27일
Thank you so much, this is exactly what I was looking for!

댓글을 달려면 로그인하십시오.

채택된 답변

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Analytics Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by