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

2 ビュー (過去 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 Center および File ExchangeText Data Preparation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by