Mathematica Mathematica: Change the data from column to row

AI Thread Summary
The discussion centers on converting a large dataset from column form to row form in Mathematica to facilitate histogram plotting. The original poster seeks assistance with this task after successfully importing the data. A suggestion is made to use the Transpose[] function in Mathematica, which proves effective in resolving the issue.
Kenji Liew
Messages
25
Reaction score
0
Hi, I have put my data in column form ( a large number of data) in Notepad. I have attached example of the data. I know how to import it into Mathematica. However I face the problem to change the whole set of data to row form in Mathematica so that I can plot the histogram in Mathematica. Thanks.
 

Attachments

Last edited:
Physics news on Phys.org
I don't know Mathematica, but couldn't you use Transpose[]?
 
jhae2.718 said:
I don't know Mathematica, but couldn't you use Transpose[]?

Thanks, it worked!
 

Similar threads

Back
Top