I have a large text file with around 10 million unique words and their frequency in two columns like following:
apple 10
banana 21
pineapple 7
orange 9
...
I want to plot a graph, with frequency in Y-axis and word in X-axis. I have used the 'load' command but it doesn't seem to work. I get the following error:
Error using ==> load
Unknown text on line number 1 of ASCII file C:\Users\..\Desktop\inputdata.txt
"aa"
Any solution for how I can plot the graph?
