Displaying 2 results from an estimated 2 matches for "haaem".
Did you mean:
haem
2013 Dec 13
2
how do I separete coloumns by comma?
Hi every one,
I have a text file like this:
1 4 4 1 6 23
1 4 2 2 3 28
1 4 5 1 2 24
1 2 3 1 1 24
1 2 3 1 2 40
1 2 3 1 4 22
I want to separate columns by comma, like this:
1,4,4,1,6,23
1,4,2,2,3,28
1,4,5,1,2,24
1,2,3,1,1,24
1,2,3,1,2,40
1,2,3,1,4,22
I used this code:
2013 Dec 22
2
How do I separate elements of a vector by comma?
I have a vector like this (this vector is a colomn of a data set):
> 3 5 2 3 7 4 7 8 8 9 0 1 4
I want to separate elements of the vector by comma like this:
> 3,5,2,3,7,4,7,8,8,9,0,1,4
How can do this?
Thanks.
Elham
[[alternative HTML version deleted]]