I have a 3-dimensional data to be plotted in matlab. The data set are built by stacking 10 exponential curves with different parameters along y directions such as
i know this is an old post, but the below will make the region under the curve transparent:
figure; [X,Y,Z] = peaks(10); handle_figure = waterfall( X, Y, Z ); set( handle_figure, 'FaceColor', 'none' );