MATLAB R2020a 以降のリリースでは、writetable 関数の "WriteMode" オプションを ”append” にすることでファイルの最終行に追記することができます。例)
writetable(T,'filename.txt','WriteMode','append')
このオプションは、writecell、writetimetable、writematrixでも使用できます。
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!