MATLAB: Drawing atop a surface plot
问题 I'm plotting an R^2 to R function in MATLAB as a surface plot, which I colormap and view from above. surf(X, Y, data); colormap(jet); colobar; view(2); It produces (with some additional code) something like though the true nature of the function (for the purpose of understanding this question) is better observed from an angle like: I want to plot a circle atop my original plot (seen from above). Something like... I can't seem to achieve this however, since plotting in-a-plane elements on