Hi,
I have a 320x2 matrix with doubles. I want to save it in a CSV file in the following pattern:
234,2 671,5 735,1 264,2 346,7 ... etc.
I googled this problem and found the function "csvwrite". However, when I use that function like this
I get the following:
234,2671,5735,1264,2346,7
What is going on here? How can I solve this issue?
Thanks a lot, Toby
2 Comments
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/281156-how-can-i-export-a-matrix-as-a-csv-file#comment_361815
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/281156-how-can-i-export-a-matrix-as-a-csv-file#comment_361815
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/281156-how-can-i-export-a-matrix-as-a-csv-file#comment_724745
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/281156-how-can-i-export-a-matrix-as-a-csv-file#comment_724745
Sign in to comment.