MATLAB: Basic plotting using bar function: is the solution correct

basic plotting

X vector range 1 to 100 in steps of 5. Y vector is square root of each x value. Use bar function.

Best Answer

bar(x,y)
Related Question