MATLAB: MATLAB displays a blank graph when I plot try to plot

plotplotting

Best Answer

It is not empty, it has the points. Do the following change:
change the plot line to
plot(di(ii),slope(ii),'o')
Related Question