MATLAB: See the figure.

estimationsgraphstatistics

As from figure we can see that the gragh are in down direction. Now my question is that there any way that we can fix our Y-axis and the direction of gragh should be above?

Best Answer

So I understand you want your Y axis to be in reverse direction (decreasing from bottom to top) so that your graph comes out in 'upward' direction. In that case use this after your plot command:
set(gca, 'YDir','reverse')