function [] = pointPlot2d(MAT); % myplot(M) --- Plots a standard standard-form array 'M' and adjusts axes. plot(MAT(:,2),MAT(:,3),'.') axis([-60,60,-60,60])