From: Daniel on
I am able to load a .txt file into Matlab using the "load file_name" command. The file contains 2 columns of data, each with one value (basically, just two numbers). I want to create a bar graph, but I cant figure out how to do so when the two numbers I want to graph come from an input file.