writetable writes all the data in one line

3 views (last 30 days)
Michal Wertman
Michal Wertman on 16 May 2019
Commented: Jan on 16 May 2019
I have a table that I want to write into a text file but it returns everything in 1 line instead of writing it as a table.
  1 Comment
Jan
Jan on 16 May 2019
Okay. So what is your question? Please post the code with some example data, which reproduce the problem. Maybe the file is correct already, but you open it with an old Notepad version of Windows 7, which was not able to display CHAR(10) as line separator. If this is the case, simply use another editor, because the file is fine.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!