Mathematica: Change the data from column to row

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
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!