I am trying to implement the example given on this page link All parts of the codes are working nicely , but
plot3(hAxes, x, y, z, '.', 'MarkerEdgeColor', reducedColorMap(i, :));
hold on;
part of the code, which are the last lines of the code is not working , and the 3d reconstructed image is not coming. Its showing a blank white 3d plot, whih no values inside.