h1
most likely refers to a handle to a plot, and marker='o'
sets the type of marker used to display the data points on the plot to a circle.
Here's an example of a plot with markers in MATLAB:
main.m248 chars12 lines
This code produces a plot of the sine function with red circles at each data point.
gistlibby LogSnag