Is it possible to append tables using writetable in the same text file?

Is it possible to append tables using writetable in the same text file?

 Accepted Answer

In MATLAB R2020a and later releases, you can use "writable" function with "WriteMode" option.Ex.)
writetable(T,'filename.txt','WriteMode','append')
This option can be used writecell, writetimetable and writematrix as well.

More Answers (0)

Products

Release

R2016b

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!