PDA

View Full Version : Mathematica: Change the data from column to row


Kenji Liew
Mar24-11, 11:41 PM
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.

jhae2.718
Mar25-11, 12:21 AM
I don't know Mathematica, but couldn't you use Transpose[]?

Kenji Liew
Mar25-11, 12:31 AM
I don't know Mathematica, but couldn't you use Transpose[]?

Thanks, it worked!!!