MATLAB: Data Analysis: plot the min and max of a set of data

plot data

There is a Matlab function that plot the min and max of a set of data and represent it with 2 horizontal lines and one vertical line as showed on the picture.
I am looking for that function.

Best Answer

That is not a plot of min and max, this is a plot with error bars (typically based on standard deviation), which you can create with the errorbar function
Related Question